Thu Sep 5 20:25:25 2013 UTC ()
Comment out p5-URI dependency.
Noted as dependency in Makefile.PL, but doesn't seem to be used,
and p5-URI depends on this package.


(wiz)
diff -r1.28 -r1.29 pkgsrc/misc/p5-Business-ISBN/Makefile

cvs diff -r1.28 -r1.29 pkgsrc/misc/p5-Business-ISBN/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/p5-Business-ISBN/Makefile 2013/09/05 19:44:00 1.28
+++ pkgsrc/misc/p5-Business-ISBN/Makefile 2013/09/05 20:25:25 1.29
@@ -1,20 +1,22 @@ @@ -1,20 +1,22 @@
1# $NetBSD: Makefile,v 1.28 2013/09/05 19:44:00 wiz Exp $ 1# $NetBSD: Makefile,v 1.29 2013/09/05 20:25:25 wiz Exp $
2 2
3DISTNAME= Business-ISBN-2.06 3DISTNAME= Business-ISBN-2.06
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5SVR4_PKGNAME= p5bui 5SVR4_PKGNAME= p5bui
6CATEGORIES= misc perl5 6CATEGORIES= misc perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Business/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Business/}
8 8
9MAINTAINER= rhaen@NetBSD.org 9MAINTAINER= rhaen@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Business-ISBN/ 10HOMEPAGE= http://search.cpan.org/dist/Business-ISBN/
11COMMENT= Perl5 module to work with International Standard Book Numbers (ISBNs) 11COMMENT= Perl5 module to work with International Standard Book Numbers (ISBNs)
12LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
13 13
14DEPENDS+= p5-Business-ISBN-Data>=20081020:../../misc/p5-Business-ISBN-Data 14DEPENDS+= p5-Business-ISBN-Data>=20081020:../../misc/p5-Business-ISBN-Data
15DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI 15# noted as requested by Makefile.PL, but not used?
 16# also, p5-URI is depending on this package, so thsi introduces a cycle
 17#DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
16 18
17PERL5_PACKLIST= auto/Business/ISBN/.packlist 19PERL5_PACKLIST= auto/Business/ISBN/.packlist
18 20
19.include "../../lang/perl5/module.mk" 21.include "../../lang/perl5/module.mk"
20.include "../../mk/bsd.pkg.mk" 22.include "../../mk/bsd.pkg.mk"