summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--math/p5-Math-GSL/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/math/p5-Math-GSL/Makefile b/math/p5-Math-GSL/Makefile
index 807a09d..4fdfa0b 100644
--- a/math/p5-Math-GSL/Makefile
+++ b/math/p5-Math-GSL/Makefile
@@ -20,4 +20,10 @@ LIB_DEPENDS= gsl.5:${PORTSDIR}/math/gsl
PERL_CONFIGURE= yes
MAKE_ENV= INC="-I${LOCALBASE}/include"
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE= Port requires perl 5.6.x or later. Install lang/perl5 then try again
+.endif
+
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud