Fri Sep 4 12:28:20 2015 UTC ()
Add following line for make test
 BUILD_DEPENDS+=        p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny


(mef)
diff -r1.17 -r1.18 pkgsrc/devel/p5-Software-License/Makefile

cvs diff -r1.17 -r1.18 pkgsrc/devel/p5-Software-License/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Software-License/Makefile 2015/07/12 18:56:18 1.17
+++ pkgsrc/devel/p5-Software-License/Makefile 2015/09/04 12:28:20 1.18
@@ -1,25 +1,28 @@ @@ -1,25 +1,28 @@
1# $NetBSD: Makefile,v 1.17 2015/07/12 18:56:18 wiz Exp $ 1# $NetBSD: Makefile,v 1.18 2015/09/04 12:28:20 mef Exp $
2# 2#
3 3
4DISTNAME= Software-License-0.103010 4DISTNAME= Software-License-0.103010
5# put a period in the center of 6 digit, for example, 0.103004 -> 0.103.004 5# put a period in the center of 6 digit, for example, 0.103004 -> 0.103.004
6PKGNAME= p5-${DISTNAME:C/\.([0-9][0-9][0-9])([0-9][0-9][0-9])/.\1.\2/} 6PKGNAME= p5-${DISTNAME:C/\.([0-9][0-9][0-9])([0-9][0-9][0-9])/.\1.\2/}
7PKGREVISION= 1 7PKGREVISION= 1
8CATEGORIES= devel perl5 8CATEGORIES= devel perl5
9MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/R/RJ/RJBS/} 9MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/R/RJ/RJBS/}
10 10
11MAINTAINER= pkgsrc-users@NetBSD.org 11MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://search.cpan.org/dist/Software-License/ 12HOMEPAGE= http://search.cpan.org/dist/Software-License/
13COMMENT= Perl 5 module which provide templated software licenses 13COMMENT= Perl 5 module which provide templated software licenses
14LICENSE= ${PERL5_LICENSE} 14LICENSE= ${PERL5_LICENSE}
15 15
16#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple 16#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
17DEPENDS+= p5-Data-Section-[0-9]*:../../devel/p5-Data-Section 17DEPENDS+= p5-Data-Section-[0-9]*:../../devel/p5-Data-Section
18DEPENDS+= p5-Sub-Install-[0-9]*:../../devel/p5-Sub-Install 18DEPENDS+= p5-Sub-Install-[0-9]*:../../devel/p5-Sub-Install
19DEPENDS+= p5-Text-Template-[0-9]*:../../textproc/p5-Text-Template 19DEPENDS+= p5-Text-Template-[0-9]*:../../textproc/p5-Text-Template
20 20
 21# for make test
 22BUILD_DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny
 23
21PERL5_PACKLIST= auto/Software/License/.packlist 24PERL5_PACKLIST= auto/Software/License/.packlist
22PERL5_MODULE_TYPE= Module::Install::Bundled 25PERL5_MODULE_TYPE= Module::Install::Bundled
23 26
24.include "../../lang/perl5/module.mk" 27.include "../../lang/perl5/module.mk"
25.include "../../mk/bsd.pkg.mk" 28.include "../../mk/bsd.pkg.mk"