summaryrefslogtreecommitdiff
path: root/time/p5-DateTime-Format-MySQL
diff options
context:
space:
mode:
authormef <mef>2016-01-30 13:11:49 +0000
committermef <mef>2016-01-30 13:11:49 +0000
commit705bdf15e931072fd9620ee2621f30d567908ef7 (patch)
tree5678504e026b15fe42a77f34e977e590dbefbf65 /time/p5-DateTime-Format-MySQL
parent058f94c2a30c2999d786097d9effbcef0f7ef772 (diff)
downloadpkgsrc-705bdf15e931072fd9620ee2621f30d567908ef7.tar.gz
Add following line for make test
BUILD_DEPENDS+= p5-Package-Stash-[0-9]*:../../devel/p5-Package-Stash
Diffstat (limited to 'time/p5-DateTime-Format-MySQL')
-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"