aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-GSL
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2004-05-21 08:21:55 +0000
committerErwin Lansing <erwin@FreeBSD.org>2004-05-21 08:21:55 +0000
commit5ff5f8e0151460f251c8848f06c1779575c423fc (patch)
tree9d95b62488e8bb622a1b65a737400a33f0b6eaf0 /math/p5-Math-GSL
parentfea809dc77e666b4385d973cadc3b80d70ca14bb (diff)
downloadports-5ff5f8e0151460f251c8848f06c1779575c423fc.tar.gz
ports-5ff5f8e0151460f251c8848f06c1779575c423fc.zip
Notes
Diffstat (limited to 'math/p5-Math-GSL')
-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 807a09d6400a..4fdfa0b129a4 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>