aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-URI-Find/Makefile
diff options
context:
space:
mode:
authorAaron Dalton <aaron@FreeBSD.org>2005-12-13 15:48:58 +0000
committerAaron Dalton <aaron@FreeBSD.org>2005-12-13 15:48:58 +0000
commitca8e1246264d92b787ef48446d5c42f6c19d3aac (patch)
tree0ed4f9a88af50c2c677f3584316055c4306a9c67 /textproc/p5-URI-Find/Makefile
parent3a304f0f1a07f68cfa51b507c89267021ba2e4a3 (diff)
downloadports-ca8e1246264d92b787ef48446d5c42f6c19d3aac.tar.gz
ports-ca8e1246264d92b787ef48446d5c42f6c19d3aac.zip
Notes
Diffstat (limited to 'textproc/p5-URI-Find/Makefile')
-rw-r--r--textproc/p5-URI-Find/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/textproc/p5-URI-Find/Makefile b/textproc/p5-URI-Find/Makefile
index 9ffd352cbdac..33ec9df6f290 100644
--- a/textproc/p5-URI-Find/Makefile
+++ b/textproc/p5-URI-Find/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= URI-Find
-PORTVERSION= 0.13
+PORTVERSION= 0.16
CATEGORIES= textproc net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= URI
@@ -23,4 +23,8 @@ PERL_CONFIGURE= yes
MAN3= URI::Find.3 \
URI::Find::Schemeless.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+IGNORE= requires perl 5.6 or above due to dependencies
+
+.include <bsd.port.post.mk>