aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Algorithm-MinMax
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2004-11-04 01:25:05 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2004-11-04 01:25:05 +0000
commit1bdf7f8d8ecd7a93f047d572a554655452255ecf (patch)
tree535b424cbaa7e7bd09cbb82e4f8dd7308078ed45 /devel/p5-Algorithm-MinMax
parent819838c8f7d4bffae62d9d37231b38230f042bb7 (diff)
Notes
Diffstat (limited to 'devel/p5-Algorithm-MinMax')
-rw-r--r--devel/p5-Algorithm-MinMax/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/p5-Algorithm-MinMax/Makefile b/devel/p5-Algorithm-MinMax/Makefile
index d5d929179089..d0eddf1bb9e5 100644
--- a/devel/p5-Algorithm-MinMax/Makefile
+++ b/devel/p5-Algorithm-MinMax/Makefile
@@ -19,4 +19,10 @@ PERL_CONFIGURE= yes
MAN3= Algorithm::MinMax.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500601
+IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again
+.endif
+
+.include <bsd.port.post.mk>