diff options
author | jperkin <jperkin@pkgsrc.org> | 2017-06-14 13:26:17 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2017-06-14 13:26:17 +0000 |
commit | 8001fe9d987df58802dbab1911a6e1f1f2c1da26 (patch) | |
tree | 9674d58e80d92e55410902e442f8250ae0d5849c /editors | |
parent | e4729db709b1cea2bafbca41bf2be40ab7c4088a (diff) | |
download | pkgsrc-8001fe9d987df58802dbab1911a6e1f1f2c1da26.tar.gz |
Requires PERL_USE_UNSAFE_INC hack.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/p5-PPIx-EditorTools/Makefile | 4 |
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 |