summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2016-01-30 13:11:49 +0000
committermef <mef@pkgsrc.org>2016-01-30 13:11:49 +0000
commit46181050ce762cfbfbfc841bc71472921b7824e9 (patch)
tree5678504e026b15fe42a77f34e977e590dbefbf65 /time
parent13f38585a39838376aa1338c385556ca4aab48bb (diff)
downloadpkgsrc-46181050ce762cfbfbfc841bc71472921b7824e9.tar.gz
Add following line for make test
BUILD_DEPENDS+= p5-Package-Stash-[0-9]*:../../devel/p5-Package-Stash
Diffstat (limited to 'time')
-rw-r--r--time/p5-DateTime-Format-MySQL/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/time/p5-DateTime-Format-MySQL/Makefile b/time/p5-DateTime-Format-MySQL/Makefile
index 188e095641f..037553900b7 100644
--- a/time/p5-DateTime-Format-MySQL/Makefile
+++ b/time/p5-DateTime-Format-MySQL/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2015/06/12 10:51:43 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2016/01/30 13:11:49 mef Exp $
DISTNAME= DateTime-Format-MySQL-0.05
PKGNAME= p5-${DISTNAME}
@@ -14,6 +14,8 @@ PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/DateTime/Format/MySQL/.packlist
DEPENDS+= p5-DateTime-Format-Builder>=0.60:../../time/p5-DateTime-Format-Builder
+# for make test
+BUILD_DEPENDS+= p5-Package-Stash-[0-9]*:../../devel/p5-Package-Stash
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"