diff options
author | maya <maya@pkgsrc.org> | 2017-06-12 08:15:01 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2017-06-12 08:15:01 +0000 |
commit | 18db6a4ab8c5c209919b6b66fd15d32b420453b5 (patch) | |
tree | 94ea5bca5ce6721e285fcd419f0f5ab6f430b0ab /www/p5-Plack-App-Proxy | |
parent | ea7c10cd6586accdb09d292489c42c7bb40ffaca (diff) | |
download | pkgsrc-18db6a4ab8c5c209919b6b66fd15d32b420453b5.tar.gz |
Fix build with perl 5.26
Diffstat (limited to 'www/p5-Plack-App-Proxy')
-rw-r--r-- | www/p5-Plack-App-Proxy/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/p5-Plack-App-Proxy/Makefile b/www/p5-Plack-App-Proxy/Makefile index bcc8406a2d6..4a4b3611ebe 100644 --- a/www/p5-Plack-App-Proxy/Makefile +++ b/www/p5-Plack-App-Proxy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2017/06/05 14:25:28 ryoon Exp $ +# $NetBSD: Makefile,v 1.17 2017/06/12 08:20:12 maya Exp $ DISTNAME= Plack-App-Proxy-0.29 PKGNAME= p5-${DISTNAME} @@ -12,7 +12,8 @@ COMMENT= Plack middleware proxy application LICENSE= ${PERL5_LICENSE} USE_LANGUAGES= # empty -PERL5_PACKLIST= auto/Plack/App/Proxy/.packlist +MAKE_ENV+= PERL_USE_UNSAFE_INC=1 +PERL5_PACKLIST= auto/Plack/App/Proxy/.packlist #BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires |