diff options
author | mef <mef@pkgsrc.org> | 2015-08-15 13:43:10 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-08-15 13:43:10 +0000 |
commit | 4ffefffc404b63d28ab793776d4002279103d9ef (patch) | |
tree | 12f073a7d7c769c025c39b20dcf768f38682cd1e | |
parent | 64428df87f8740f41b61c13dde784e20406d2335 (diff) | |
download | pkgsrc-4ffefffc404b63d28ab793776d4002279103d9ef.tar.gz |
Add following lines for make test to pass
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
-rw-r--r-- | converters/p5-JSON-Any/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/converters/p5-JSON-Any/Makefile b/converters/p5-JSON-Any/Makefile index 770156f27b7..026f0e4f1ba 100644 --- a/converters/p5-JSON-Any/Makefile +++ b/converters/p5-JSON-Any/Makefile @@ -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" |