diff options
author | wiz <wiz> | 2012-10-15 12:32:44 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-10-15 12:32:44 +0000 |
commit | fa1e7369a4bda61fa3b629704bd3529bbc2de06d (patch) | |
tree | 1de15f0fb7e607dfef3cbdbaea08069f7b55d768 /devel | |
parent | cc490a3319f6d35798fda0bf5ec120805ab04f4b (diff) | |
download | pkgsrc-fa1e7369a4bda61fa3b629704bd3529bbc2de06d.tar.gz |
Depend on p5-URI, since it needs URI::Escape.
Bump PKGREVISION.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Test-Compile/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/p5-Test-Compile/Makefile b/devel/p5-Test-Compile/Makefile index b88257114c6..c4a33e36eae 100644 --- a/devel/p5-Test-Compile/Makefile +++ b/devel/p5-Test-Compile/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2012/10/03 21:55:41 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2012/10/15 12:32:44 wiz Exp $ # DISTNAME= Test-Compile-0.13 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} @@ -20,6 +20,7 @@ PERL5_PACKLIST= auto/Test/Compile/.packlist BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple DEPENDS+= p5-Devel-CheckOS-[0-9]*:../../devel/p5-Devel-CheckOS DEPENDS+= p5-UNIVERSAL-require-[0-9]*:../../devel/p5-UNIVERSAL-require +DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |