Import of pkgsrc-2015Q3

This commit is contained in:
2016-01-21 23:42:40 +01:00
committed by sambuc
parent f641581404
commit 9d819b6d54
7578 changed files with 228313 additions and 80017 deletions
+7 -1
View File
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.24 2015/06/12 10:48:32 wiz Exp $
# $NetBSD: Makefile,v 1.25 2015/08/15 13:43:10 mef Exp $
DISTNAME= JSON-Any-1.38
PKGNAME= p5-${DISTNAME}
@@ -17,6 +17,12 @@ PERL5_MODULE_TYPE= Module::Install::Bundled
# p5-JSON-XS appears to be the current "best of breed"
# and is the preferred JSON dependency (see Makefile.PL)
DEPENDS+= p5-JSON-XS>=2.232:../../converters/p5-JSON-XS
# for make test
BUILD_DEPENDS+= p5-namespace-clean-[0-9]*:../../devel/p5-namespace-clean
BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
BUILD_DEPENDS+= p5-Test-Without-Module-[0-9]*:../../devel/p5-Test-Without-Module
BUILD_DEPENDS+= p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings
BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"