aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-URI-Find
diff options
context:
space:
mode:
authoraaron <aaron@FreeBSD.org>2005-12-15 10:59:28 +0800
committeraaron <aaron@FreeBSD.org>2005-12-15 10:59:28 +0800
commit173933b6daed57e4198c3190ac3c738fa4623913 (patch)
treee56225a3c9ea8c2daeebb17949faf528b3809fb4 /textproc/p5-URI-Find
parent676dfffff4fd6082783f1ab21eb808d0c56bc2d5 (diff)
downloadfreebsd-ports-gnome-173933b6daed57e4198c3190ac3c738fa4623913.tar.gz
freebsd-ports-gnome-173933b6daed57e4198c3190ac3c738fa4623913.tar.zst
freebsd-ports-gnome-173933b6daed57e4198c3190ac3c738fa4623913.zip
- added the missing .if statement around the IGNORE
Diffstat (limited to 'textproc/p5-URI-Find')
-rw-r--r--textproc/p5-URI-Find/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/p5-URI-Find/Makefile b/textproc/p5-URI-Find/Makefile
index 33ec9df6f290..78479d07fdff 100644
--- a/textproc/p5-URI-Find/Makefile
+++ b/textproc/p5-URI-Find/Makefile
@@ -25,6 +25,8 @@ MAN3= URI::Find.3 \
.include <bsd.port.pre.mk>
+.if ${PERL_LEVEL} < 500600
IGNORE= requires perl 5.6 or above due to dependencies
+.endif
.include <bsd.port.post.mk>