summaryrefslogtreecommitdiff
path: root/devel/p5-Test-Compile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-10-15 12:32:44 +0000
committerwiz <wiz@pkgsrc.org>2012-10-15 12:32:44 +0000
commitb5226a30c4810749e87be61541846397a1256d13 (patch)
tree1de15f0fb7e607dfef3cbdbaea08069f7b55d768 /devel/p5-Test-Compile
parentf57b00a71cbbc0d3e4908ff8016ab656a64e6f30 (diff)
downloadpkgsrc-b5226a30c4810749e87be61541846397a1256d13.tar.gz
Depend on p5-URI, since it needs URI::Escape.
Bump PKGREVISION.
Diffstat (limited to 'devel/p5-Test-Compile')
-rw-r--r--devel/p5-Test-Compile/Makefile5
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"