aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Algorithm-SVM/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Algorithm-SVM/Makefile')
-rw-r--r--devel/p5-Algorithm-SVM/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/devel/p5-Algorithm-SVM/Makefile b/devel/p5-Algorithm-SVM/Makefile
index cae818147f18..fde9f2c48745 100644
--- a/devel/p5-Algorithm-SVM/Makefile
+++ b/devel/p5-Algorithm-SVM/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Algorithm-SVM
-PORTVERSION= 0.06
+PORTVERSION= 0.08
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Algorithm
@@ -22,4 +22,10 @@ MAN3= Algorithm::SVM.3 \
CC= c++
-.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>