summaryrefslogtreecommitdiff
path: root/time
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 /time
parent51e1fb542f8b47dc9443b513fadcd36983640124 (diff)
downloadpkgsrc-53bd7623fb567a8db770d0a80a47b9171874001d.tar.gz
These packages all require the PERL_USE_UNSAFE_INC hack.
Diffstat (limited to 'time')
-rw-r--r--time/p5-MooseX-Types-DateTime-ButMaintained/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/time/p5-MooseX-Types-DateTime-ButMaintained/Makefile b/time/p5-MooseX-Types-DateTime-ButMaintained/Makefile
index 6494f5c6faa..136250f62fa 100644
--- a/time/p5-MooseX-Types-DateTime-ButMaintained/Makefile
+++ b/time/p5-MooseX-Types-DateTime-ButMaintained/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2017/06/05 14:25:05 ryoon Exp $
+# $NetBSD: Makefile,v 1.16 2017/06/28 08:27:41 jperkin Exp $
#
DISTNAME= MooseX-Types-DateTime-ButMaintained-0.16
@@ -27,5 +27,7 @@ USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/MooseX/Types/DateTime/ButMaintained/.packlist
PERL5_MODULE_TYPE= Module::Install::Bundled
+MAKE_ENV+= PERL_USE_UNSAFE_INC=1
+
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"