summaryrefslogtreecommitdiff
path: root/converters/p5-JSON-Any
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2015-08-15 13:43:10 +0000
committermef <mef@pkgsrc.org>2015-08-15 13:43:10 +0000
commit3a244425409f6c5b01d9d091964d55c689b44d27 (patch)
tree12f073a7d7c769c025c39b20dcf768f38682cd1e /converters/p5-JSON-Any
parent1847270b7232d2ff660363e35b52814f41070133 (diff)
downloadpkgsrc-3a244425409f6c5b01d9d091964d55c689b44d27.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
Diffstat (limited to 'converters/p5-JSON-Any')
-rw-r--r--converters/p5-JSON-Any/Makefile8
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"