aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-UNIVERSAL-which
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2006-08-06 23:15:40 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2006-08-06 23:15:40 +0000
commit0fce66e2423bb866e12effd157838e8a7e868ca9 (patch)
treead0d05b32eb6672627e044cae4544ae840a810f8 /devel/p5-UNIVERSAL-which
parent313d4906552a4440f561127b22030e85a8eeecb2 (diff)
downloadports-0fce66e2423bb866e12effd157838e8a7e868ca9.tar.gz
ports-0fce66e2423bb866e12effd157838e8a7e868ca9.zip
Notes
Diffstat (limited to 'devel/p5-UNIVERSAL-which')
-rw-r--r--devel/p5-UNIVERSAL-which/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/p5-UNIVERSAL-which/Makefile b/devel/p5-UNIVERSAL-which/Makefile
index d73f30c7db93..694eed785c91 100644
--- a/devel/p5-UNIVERSAL-which/Makefile
+++ b/devel/p5-UNIVERSAL-which/Makefile
@@ -18,4 +18,10 @@ COMMENT= Perl extension for telling fully qualified name of the method
PERL_CONFIGURE= yes
MAN3= UNIVERSAL::which.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500801
+IGNORE= requires Perl 5.8.1 or newer. Install lang/perl5.8 and try again
+.endif
+
+.include <bsd.port.post.mk>