summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2017-06-12 07:51:55 +0000
committermaya <maya@pkgsrc.org>2017-06-12 07:51:55 +0000
commitacfd7debf1be979a6643a2008737dd5ceb66958a (patch)
treebd944b12c7681d2532c59c735130b3892b795c48 /time
parent797765b254aef8776a7cc715b332e2127e3bfe18 (diff)
downloadpkgsrc-acfd7debf1be979a6643a2008737dd5ceb66958a.tar.gz
Fix build with perl 5.26
Diffstat (limited to 'time')
-rw-r--r--time/p5-Template-Plugin-DateTime/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/time/p5-Template-Plugin-DateTime/Makefile b/time/p5-Template-Plugin-DateTime/Makefile
index 6e4cbd4e6bf..58f311504e4 100644
--- a/time/p5-Template-Plugin-DateTime/Makefile
+++ b/time/p5-Template-Plugin-DateTime/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2017/06/05 14:25:05 ryoon Exp $
+# $NetBSD: Makefile,v 1.14 2017/06/12 07:51:55 maya Exp $
#
DISTNAME= Template-Plugin-DateTime-0.06002
@@ -16,6 +16,7 @@ DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime
DEPENDS+= p5-DateTime-Format-Strptime-[0-9]*:../../time/p5-DateTime-Format-Strptime
DEPENDS+= p5-Template-Toolkit>=2:../../www/p5-Template-Toolkit
+MAKE_ENV+= PERL_USE_UNSAFE_INC=1
PERL5_PACKLIST= auto/Template/Plugin/DateTime/.packlist
.include "../../lang/perl5/module.mk"