aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Config-Fast/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Config-Fast/Makefile')
-rw-r--r--devel/p5-Config-Fast/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/devel/p5-Config-Fast/Makefile b/devel/p5-Config-Fast/Makefile
index 736fc8568386..a13a3ae3f7e0 100644
--- a/devel/p5-Config-Fast/Makefile
+++ b/devel/p5-Config-Fast/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Config-Fast
-PORTVERSION= 1.04
+PORTVERSION= 1.05
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Config
@@ -19,4 +19,10 @@ PERL_CONFIGURE= yes
MAN3= Config::Fast.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE= Need at least perl 5.6 to build
+.endif
+
+.include <bsd.port.post.mk>