pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/p5-Catalyst-Plugin-Session-State-Cookie
Module Name: pkgsrc
Committed By: jperkin
Date: Mon Jun 26 09:31:30 UTC 2017
Modified Files:
pkgsrc/www/p5-Catalyst-Plugin-Session-State-Cookie: Makefile
Log Message:
Requires PERL_USE_UNSAFE_INC hack.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 \
pkgsrc/www/p5-Catalyst-Plugin-Session-State-Cookie/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-Plugin-Session-State-Cookie/Makefile
diff -u pkgsrc/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile:1.22 pkgsrc/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile:1.23
--- pkgsrc/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile:1.22 Mon Jun 5 14:25:14 2017
+++ pkgsrc/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile Mon Jun 26 09:31:30 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2017/06/05 14:25:14 ryoon Exp $
+# $NetBSD: Makefile,v 1.23 2017/06/26 09:31:30 jperkin Exp $
DISTNAME= Catalyst-Plugin-Session-State-Cookie-0.17
PKGNAME= p5-${DISTNAME}
@@ -20,5 +20,7 @@ DEPENDS+= p5-namespace-autoclean-[0-9]*:
PERL5_PACKLIST= auto/Catalyst/Plugin/Session/State/Cookie/.packlist
PERL5_MODULE_TYPE= Module::Install::Bundled
+MAKE_ENV+= PERL_USE_UNSAFE_INC=1
+
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index