summaryrefslogtreecommitdiff
path: root/net/p5-Net-GitHub
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2017-06-28 08:27:40 +0000
committerjperkin <jperkin@pkgsrc.org>2017-06-28 08:27:40 +0000
commit53bd7623fb567a8db770d0a80a47b9171874001d (patch)
tree8a766e24b828b2e8dfab04411558265f6317d76c /net/p5-Net-GitHub
parent51e1fb542f8b47dc9443b513fadcd36983640124 (diff)
downloadpkgsrc-53bd7623fb567a8db770d0a80a47b9171874001d.tar.gz
These packages all require the PERL_USE_UNSAFE_INC hack.
Diffstat (limited to 'net/p5-Net-GitHub')
-rw-r--r--net/p5-Net-GitHub/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/p5-Net-GitHub/Makefile b/net/p5-Net-GitHub/Makefile
index 1047893fcc5..65908fa7d37 100644
--- a/net/p5-Net-GitHub/Makefile
+++ b/net/p5-Net-GitHub/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2017/06/05 14:24:19 ryoon Exp $
+# $NetBSD: Makefile,v 1.19 2017/06/28 08:27:43 jperkin Exp $
#
DISTNAME= Net-GitHub-0.83
@@ -22,5 +22,7 @@ DEPENDS+= p5-JSON-MaybeXS-[0-9]*:../../converters/p5-JSON-MaybeXS
DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
DEPENDS+= p5-Cache-LRU-[0-9]*:../../devel/p5-Cache-LRU
+MAKE_ENV+= PERL_USE_UNSAFE_INC=1
+
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"