aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Regexp-Bind
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2006-06-20 02:26:11 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2006-06-20 02:26:11 +0000
commit01057ccebbd74fe7d341bc2bc5bdc5cb936ecad1 (patch)
treeb4689e2dfe4cc4824bbf322f7de6383908961a6f /devel/p5-Regexp-Bind
parente85d62852a5a7c8e6a1d24a9effdbd1dd762cdfa (diff)
downloadports-01057ccebbd74fe7d341bc2bc5bdc5cb936ecad1.tar.gz
ports-01057ccebbd74fe7d341bc2bc5bdc5cb936ecad1.zip
Notes
Diffstat (limited to 'devel/p5-Regexp-Bind')
-rw-r--r--devel/p5-Regexp-Bind/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/devel/p5-Regexp-Bind/Makefile b/devel/p5-Regexp-Bind/Makefile
index 38192e622d8c..ab822a222901 100644
--- a/devel/p5-Regexp-Bind/Makefile
+++ b/devel/p5-Regexp-Bind/Makefile
@@ -20,4 +20,11 @@ PERL_CONFIGURE= yes
MAN3= Regexp::Bind.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+# can't pass 'make test'
+.if ${PERL_LEVEL} < 500600
+IGNORE= needs perl 5.6.0 or higher, install lang/perl5 and try again
+.endif
+
+.include <bsd.port.post.mk>