Fri Aug 19 01:11:30 2011 UTC ()
Drop dependency on p5-Test-Simple.
Base perl contains sufficient Test::More module.

Bump PKGREVISION.


(obache)
diff -r1.15 -r1.16 pkgsrc/misc/p5-Business-ISBN-Data/Makefile

cvs diff -r1.15 -r1.16 pkgsrc/misc/p5-Business-ISBN-Data/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/p5-Business-ISBN-Data/Makefile 2011/08/14 13:45:15 1.15
+++ pkgsrc/misc/p5-Business-ISBN-Data/Makefile 2011/08/19 01:11:29 1.16
@@ -1,21 +1,20 @@ @@ -1,21 +1,20 @@
1# $NetBSD: Makefile,v 1.15 2011/08/14 13:45:15 obache Exp $ 1# $NetBSD: Makefile,v 1.16 2011/08/19 01:11:29 obache Exp $
2# 2#
3 3
4DISTNAME= Business-ISBN-Data-20081208 4DISTNAME= Business-ISBN-Data-20081208
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 2 6PKGREVISION= 3
7SVR4_PKGNAME= p5bid 7SVR4_PKGNAME= p5bid
8CATEGORIES= misc perl5 8CATEGORIES= misc perl5
9MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Business/} 9MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Business/}
10 10
11MAINTAINER= rhaen@NetBSD.org 11MAINTAINER= rhaen@NetBSD.org
12HOMEPAGE= http://search.cpan.org/dist/Business-ISBN-Data/ 12HOMEPAGE= http://search.cpan.org/dist/Business-ISBN-Data/
13COMMENT= Data for the p5-Business-ISBN package 13COMMENT= Data for the p5-Business-ISBN package
14 14
15PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
16DEPENDS+= p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple 
17 16
18PERL5_PACKLIST= auto/Business/ISBN/Data/.packlist 17PERL5_PACKLIST= auto/Business/ISBN/Data/.packlist
19 18
20.include "../../lang/perl5/module.mk" 19.include "../../lang/perl5/module.mk"
21.include "../../mk/bsd.pkg.mk" 20.include "../../mk/bsd.pkg.mk"