pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/p5-Authen-Simple
Module Name: pkgsrc
Committed By: maya
Date: Mon Jun 12 07:38:53 UTC 2017
Modified Files:
pkgsrc/security/p5-Authen-Simple: Makefile
Log Message:
Fix build with perl 5.26
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/p5-Authen-Simple/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/p5-Authen-Simple/Makefile
diff -u pkgsrc/security/p5-Authen-Simple/Makefile:1.6 pkgsrc/security/p5-Authen-Simple/Makefile:1.7
--- pkgsrc/security/p5-Authen-Simple/Makefile:1.6 Mon Jun 5 14:24:28 2017
+++ pkgsrc/security/p5-Authen-Simple/Makefile Mon Jun 12 07:38:53 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2017/06/05 14:24:28 ryoon Exp $
+# $NetBSD: Makefile,v 1.7 2017/06/12 07:38:53 maya Exp $
#
DISTNAME= Authen-Simple-0.5
@@ -18,6 +18,7 @@ DEPENDS+= p5-Crypt-PasswdMD5-[0-9]*:../.
DEPENDS+= p5-Params-Validate-[0-9]*:../../devel/p5-Params-Validate
USE_LANGUAGES= # empty
+MAKE_ENV+= PERL_USE_UNSAFE_INC=1
PERL5_PACKLIST= auto/Authen/Simple/.packlist
.include "../../lang/perl5/module.mk"
Home |
Main Index |
Thread Index |
Old Index