diff options
author | obache <obache@pkgsrc.org> | 2011-08-19 01:11:29 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-08-19 01:11:29 +0000 |
commit | a7d7e3e09e1b11a5441bed0036358ed3a6a2ce1c (patch) | |
tree | 4e94bc4723f2f8efc793d745c4c976dcdf828cee /misc | |
parent | 16ede6e081f8b1bac336ba17bd31d2066e51c240 (diff) | |
download | pkgsrc-a7d7e3e09e1b11a5441bed0036358ed3a6a2ce1c.tar.gz |
Drop dependency on p5-Test-Simple.
Base perl contains sufficient Test::More module.
Bump PKGREVISION.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-Business-ISBN-Data/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/p5-Business-ISBN-Data/Makefile b/misc/p5-Business-ISBN-Data/Makefile index ffc182a6dea..3502f25d4fe 100644 --- a/misc/p5-Business-ISBN-Data/Makefile +++ b/misc/p5-Business-ISBN-Data/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2011/08/14 13:45:15 obache Exp $ +# $NetBSD: Makefile,v 1.16 2011/08/19 01:11:29 obache Exp $ # DISTNAME= Business-ISBN-Data-20081208 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 SVR4_PKGNAME= p5bid CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Business/} @@ -13,7 +13,6 @@ HOMEPAGE= http://search.cpan.org/dist/Business-ISBN-Data/ COMMENT= Data for the p5-Business-ISBN package PKG_DESTDIR_SUPPORT= user-destdir -DEPENDS+= p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple PERL5_PACKLIST= auto/Business/ISBN/Data/.packlist |