aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-URI-Find/Makefile
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2009-03-18 02:29:04 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2009-03-18 02:29:04 +0000
commit93ecd69d22369385bdff4c3d614311aa4887b1fc (patch)
treec2be82cd79d7ebb2fe8ee06775864e86ea5ddb59 /textproc/p5-URI-Find/Makefile
parentace090115a7547cf8491edf68b9a77cff68794d3 (diff)
downloadports-93ecd69d22369385bdff4c3d614311aa4887b1fc.tar.gz
ports-93ecd69d22369385bdff4c3d614311aa4887b1fc.zip
Notes
Diffstat (limited to 'textproc/p5-URI-Find/Makefile')
-rw-r--r--textproc/p5-URI-Find/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/textproc/p5-URI-Find/Makefile b/textproc/p5-URI-Find/Makefile
index d7e2b57eedbd..8a5713624741 100644
--- a/textproc/p5-URI-Find/Makefile
+++ b/textproc/p5-URI-Find/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= URI-Find
-PORTVERSION= 0.16
+PORTVERSION= 20090316
CATEGORIES= textproc net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,10 +14,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl module to find URIs in arbitrary text
-BUILD_DEPENDS= ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI
+BUILD_DEPENDS= ${RUN_DEPENDS}
+BUILD_DEPENDS+= p5-Test-Simple>=0.82:${PORTSDIR}/devel/p5-Test-Simple
-PERL_CONFIGURE= yes
+PERL_MODBUILD= yes
MAN3= URI::Find.3 \
URI::Find::Schemeless.3