summaryrefslogtreecommitdiff
path: root/textproc/p5-Template-Declare
diff options
context:
space:
mode:
authorjperkin <jperkin>2017-06-28 08:27:40 +0000
committerjperkin <jperkin>2017-06-28 08:27:40 +0000
commit24cf034be48818497290a40cc27298f80d60a4b9 (patch)
treed011f68354a15789611da55586d45914f9a0dfa0 /textproc/p5-Template-Declare
parent319e791ba58a94ac518f807686b1a0423990e6ff (diff)
downloadpkgsrc-24cf034be48818497290a40cc27298f80d60a4b9.tar.gz
These packages all require the PERL_USE_UNSAFE_INC hack.
Diffstat (limited to 'textproc/p5-Template-Declare')
-rw-r--r--textproc/p5-Template-Declare/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/p5-Template-Declare/Makefile b/textproc/p5-Template-Declare/Makefile
index 182b59ecfa4..88f23fa7949 100644
--- a/textproc/p5-Template-Declare/Makefile
+++ b/textproc/p5-Template-Declare/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2017/06/05 14:24:47 ryoon Exp $
+# $NetBSD: Makefile,v 1.22 2017/06/28 08:27:43 jperkin Exp $
DISTNAME= Template-Declare-0.47
PKGNAME= p5-${DISTNAME}
@@ -23,5 +23,7 @@ DEPENDS+= p5-String-BufferStack>=1.1:../../textproc/p5-String-BufferStack
BUILD_DEPENDS+= p5-HTML-Lint-[0-9]*:../../www/p5-HTML-Lint
BUILD_DEPENDS+= p5-Test-Warn>=0.11:../../devel/p5-Test-Warn
+MAKE_ENV+= PERL_USE_UNSAFE_INC=1
+
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"