Fix build with perl 5.26
This commit is contained in:
parent
ff7e61694f
commit
a3f7344647
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.14 2017/06/05 14:25:12 ryoon Exp $
|
||||
# $NetBSD: Makefile,v 1.15 2017/06/12 08:04:57 maya Exp $
|
||||
|
||||
DISTNAME= Catalyst-Component-InstancePerContext-0.001001
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
|
@ -16,7 +16,8 @@ DEPENDS+= p5-URI-ws>=0.03:../../www/p5-URI-ws
|
|||
#DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/Catalyst/Component/InstancePerContext/.packlist
|
||||
MAKE_ENV+= PERL_USE_UNSAFE_INC=1
|
||||
PERL5_PACKLIST= auto/Catalyst/Component/InstancePerContext/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue