aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Regexp-Bind
diff options
context:
space:
mode:
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>