Sun Sep 18 14:33:33 2016 UTC ()
- for make test,
  +BUILD_DEPENDS+=  p5-Exception-Class-[0-9]*:../../devel/p5-Exception-Class


(mef)
diff -r1.22 -r1.23 pkgsrc/time/p5-DateTime-Set/Makefile

cvs diff -r1.22 -r1.23 pkgsrc/time/p5-DateTime-Set/Makefile (expand / switch to unified diff)

--- pkgsrc/time/p5-DateTime-Set/Makefile 2016/07/31 12:19:30 1.22
+++ pkgsrc/time/p5-DateTime-Set/Makefile 2016/09/18 14:33:33 1.23
@@ -1,19 +1,22 @@ @@ -1,19 +1,22 @@
1# $NetBSD: Makefile,v 1.22 2016/07/31 12:19:30 wen Exp $ 1# $NetBSD: Makefile,v 1.23 2016/09/18 14:33:33 mef Exp $
2 2
3DISTNAME= DateTime-Set-0.3800 3DISTNAME= DateTime-Set-0.3800
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= time perl5 5CATEGORIES= time perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/DateTime-Set/ 9HOMEPAGE= http://search.cpan.org/dist/DateTime-Set/
10COMMENT= Perl module for date/time sets and ranges 10COMMENT= Perl module for date/time sets and ranges
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13DEPENDS+= p5-DateTime>=0.12:../../time/p5-DateTime 13DEPENDS+= p5-DateTime>=0.12:../../time/p5-DateTime
14DEPENDS+= p5-Set-Infinite>=0.59:../../math/p5-Set-Infinite 14DEPENDS+= p5-Set-Infinite>=0.59:../../math/p5-Set-Infinite
15 15
 16# for make test
 17BUILD_DEPENDS+= p5-Exception-Class-[0-9]*:../../devel/p5-Exception-Class
 18
16PERL5_PACKLIST= auto/DateTime/Set/.packlist 19PERL5_PACKLIST= auto/DateTime/Set/.packlist
17 20
18.include "../../lang/perl5/module.mk" 21.include "../../lang/perl5/module.mk"
19.include "../../mk/bsd.pkg.mk" 22.include "../../mk/bsd.pkg.mk"