Tue Mar 17 12:48:25 2015 UTC ()
Add BUILD_DEPENDS+= for make test.


(mef)
diff -r1.14 -r1.15 pkgsrc/devel/p5-Data-Section/Makefile

cvs diff -r1.14 -r1.15 pkgsrc/devel/p5-Data-Section/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Data-Section/Makefile 2015/01/29 01:17:20 1.14
+++ pkgsrc/devel/p5-Data-Section/Makefile 2015/03/17 12:48:25 1.15
@@ -1,20 +1,21 @@ @@ -1,20 +1,21 @@
1# $NetBSD: Makefile,v 1.14 2015/01/29 01:17:20 mef Exp $ 1# $NetBSD: Makefile,v 1.15 2015/03/17 12:48:25 mef Exp $
2 2
3DISTNAME= Data-Section-0.200006 3DISTNAME= Data-Section-0.200006
4PKGNAME= p5-Data-Section-0.200.006 4PKGNAME= p5-Data-Section-0.200.006
5CATEGORIES= devel perl5 5CATEGORIES= devel perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/Data-Section/ 9HOMEPAGE= http://search.cpan.org/dist/Data-Section/
10COMMENT= Perl 5 module to read multiple hunks of data out of your DATA section 10COMMENT= Perl 5 module to read multiple hunks of data out of your DATA section
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13DEPENDS+= p5-MRO-Compat>=0.09:../../devel/p5-MRO-Compat 13DEPENDS+= p5-MRO-Compat>=0.09:../../devel/p5-MRO-Compat
14DEPENDS+= p5-Sub-Exporter>=0.979:../../devel/p5-Sub-Exporter 14DEPENDS+= p5-Sub-Exporter>=0.979:../../devel/p5-Sub-Exporter
15BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple 15BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
 16BUILD_DEPENDS+= p5-Test-FailWarnings-[0-9]*:../../devel/p5-Test-FailWarnings
16 17
17PERL5_PACKLIST= auto/Data/Section/.packlist 18PERL5_PACKLIST= auto/Data/Section/.packlist
18 19
19.include "../../lang/perl5/module.mk" 20.include "../../lang/perl5/module.mk"
20.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"