pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/p5-Catalyst-View-JSON
Module Name: pkgsrc
Committed By: maya
Date: Mon Jun 12 08:11:32 UTC 2017
Modified Files:
pkgsrc/www/p5-Catalyst-View-JSON: Makefile
Log Message:
Fix build with perl 5.26
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/p5-Catalyst-View-JSON/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-Catalyst-View-JSON/Makefile
diff -u pkgsrc/www/p5-Catalyst-View-JSON/Makefile:1.21 pkgsrc/www/p5-Catalyst-View-JSON/Makefile:1.22
--- pkgsrc/www/p5-Catalyst-View-JSON/Makefile:1.21 Mon Jun 5 14:25:15 2017
+++ pkgsrc/www/p5-Catalyst-View-JSON/Makefile Mon Jun 12 08:11:32 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2017/06/05 14:25:15 ryoon Exp $
+# $NetBSD: Makefile,v 1.22 2017/06/12 08:11:32 maya Exp $
DISTNAME= Catalyst-View-JSON-0.36
PKGNAME= p5-${DISTNAME}
@@ -17,7 +17,8 @@ DEPENDS+= p5-MRO-Compat-[0-9]*:../../dev
BUILD_DEPENDS+= p5-YAML-[0-9]*:../../textproc/p5-YAML
USE_LANGUAGES= # empty
-PERL5_PACKLIST= auto/Catalyst/View/JSON/.packlist
+MAKE_ENV+= PERL_USE_UNSAFE_INC=1
+PERL5_PACKLIST= auto/Catalyst/View/JSON/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index