aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2004-01-29 14:08:48 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2004-01-29 14:08:48 +0000
commitdc3b6b9a17acb36967732707ac39234165039221 (patch)
tree69ffb1c6bb0d84457d0fd710859128675501e4cf
parent26ba675eeb2f406a2f78c536adfc02df48d95d96 (diff)
Notes
-rw-r--r--devel/p5-Cache-FastMmap/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/p5-Cache-FastMmap/Makefile b/devel/p5-Cache-FastMmap/Makefile
index e9b246af7191..2d2dcbd47f0f 100644
--- a/devel/p5-Cache-FastMmap/Makefile
+++ b/devel/p5-Cache-FastMmap/Makefile
@@ -22,4 +22,10 @@ PERL_CONFIGURE= yes
MAN3= Cache::FastMmap.3 Cache::FastMmap::CImpl.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500800
+IGNORE= "Perl 5.8 or newer required. Install lang/perl5.8 and try again."
+.endif
+
+.include <bsd.port.post.mk>