pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/p5-Playwright
Module Name: pkgsrc
Committed By: wiz
Date: Sun Mar 12 15:16:01 UTC 2023
Modified Files:
pkgsrc/www/p5-Playwright: Makefile
Log Message:
p5-Playwright: skip check for interpreter in one file
Alternative would be a node dependency...
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/p5-Playwright/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/p5-Playwright/Makefile
diff -u pkgsrc/www/p5-Playwright/Makefile:1.1 pkgsrc/www/p5-Playwright/Makefile:1.2
--- pkgsrc/www/p5-Playwright/Makefile:1.1 Wed Mar 8 15:35:04 2023
+++ pkgsrc/www/p5-Playwright/Makefile Sun Mar 12 15:16:01 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/03/08 15:35:04 schmonz Exp $
+# $NetBSD: Makefile,v 1.2 2023/03/12 15:16:01 wiz Exp $
DISTNAME= Playwright-1.291
PKGNAME= p5-${DISTNAME}
@@ -24,5 +24,7 @@ DEPENDS+= p5-Test-TCP>=0:../../net/p5-Te
PERL5_PACKLIST= auto/Playwright/.packlist
USE_LANGUAGES= # none
+CHECK_INTERPRETER_SKIP+= lib/perl5/vendor_perl/bin/playwright_server
+
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index