Sat Jan 30 13:11:49 2016 UTC ()
Add following line for make test
  BUILD_DEPENDS+=  p5-Package-Stash-[0-9]*:../../devel/p5-Package-Stash


(mef)
diff -r1.13 -r1.14 pkgsrc/time/p5-DateTime-Format-MySQL/Makefile

cvs diff -r1.13 -r1.14 pkgsrc/time/p5-DateTime-Format-MySQL/Makefile (expand / switch to unified diff)

--- pkgsrc/time/p5-DateTime-Format-MySQL/Makefile 2015/06/12 10:51:43 1.13
+++ pkgsrc/time/p5-DateTime-Format-MySQL/Makefile 2016/01/30 13:11:49 1.14
@@ -1,19 +1,21 @@ @@ -1,19 +1,21 @@
1# $NetBSD: Makefile,v 1.13 2015/06/12 10:51:43 wiz Exp $ 1# $NetBSD: Makefile,v 1.14 2016/01/30 13:11:49 mef Exp $
2 2
3DISTNAME= DateTime-Format-MySQL-0.05 3DISTNAME= DateTime-Format-MySQL-0.05
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 5PKGREVISION= 1
6CATEGORIES= time perl5 6CATEGORIES= time perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/DateTime-Format-MySQL/ 10HOMEPAGE= http://search.cpan.org/dist/DateTime-Format-MySQL/
11COMMENT= Parse and format MySQL dates and times 11COMMENT= Parse and format MySQL dates and times
12 12
13PERL5_MODULE_TYPE= Module::Build 13PERL5_MODULE_TYPE= Module::Build
14PERL5_PACKLIST= auto/DateTime/Format/MySQL/.packlist 14PERL5_PACKLIST= auto/DateTime/Format/MySQL/.packlist
15 15
16DEPENDS+= p5-DateTime-Format-Builder>=0.60:../../time/p5-DateTime-Format-Builder 16DEPENDS+= p5-DateTime-Format-Builder>=0.60:../../time/p5-DateTime-Format-Builder
 17# for make test
 18BUILD_DEPENDS+= p5-Package-Stash-[0-9]*:../../devel/p5-Package-Stash
17 19
18.include "../../lang/perl5/module.mk" 20.include "../../lang/perl5/module.mk"
19.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"