summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorjperkin <jperkin>2017-06-14 13:26:17 +0000
committerjperkin <jperkin>2017-06-14 13:26:17 +0000
commit03acea116227361a964928d38276dac8efcc85dc (patch)
tree51cdb04fad840a284de2e1bfd0fbd79e2b8a5d87 /editors
parent3d5b31057aa601ce58ed2db61b1774ab68cb6a08 (diff)
downloadpkgsrc-03acea116227361a964928d38276dac8efcc85dc.tar.gz
Requires PERL_USE_UNSAFE_INC hack.
Diffstat (limited to 'editors')
-rw-r--r--editors/p5-PPIx-EditorTools/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/p5-PPIx-EditorTools/Makefile b/editors/p5-PPIx-EditorTools/Makefile
index 061aae3ee43..3ce84819022 100644
--- a/editors/p5-PPIx-EditorTools/Makefile
+++ b/editors/p5-PPIx-EditorTools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2017/06/05 14:23:55 ryoon Exp $
+# $NetBSD: Makefile,v 1.14 2017/06/14 13:26:17 jperkin Exp $
#
DISTNAME= PPIx-EditorTools-0.17
@@ -21,6 +21,8 @@ DEPENDS+= p5-Class-XSAccessor>=1.02:../../devel/p5-Class-XSAccessor
DEPENDS+= p5-PPI>=1.215:../../devel/p5-PPI
DEPENDS+= p5-Try-Tiny>=0.11:../../devel/p5-Try-Tiny
+MAKE_ENV+= PERL_USE_UNSAFE_INC=1
+
PERL5_PACKLIST= auto/PPIx/EditorTools/.packlist
PERL5_MODULE_TYPE= Module::Install::Bundled