diff options
author | erwin <erwin@FreeBSD.org> | 2004-05-21 08:21:55 +0000 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2004-05-21 08:21:55 +0000 |
commit | d1bcc0efc9d90e4ed53477e89793da38d02624e6 (patch) | |
tree | 6a4c224297e5e5f2dafbd0a751a9f4f5162925ba /math | |
parent | 685606fb3565f665724db1fdb103abac0ac58f79 (diff) | |
download | FreeBSD-ports-d1bcc0efc9d90e4ed53477e89793da38d02624e6.zip FreeBSD-ports-d1bcc0efc9d90e4ed53477e89793da38d02624e6.tar.gz |
Fix perl port of the day as a present for kris.
Happy birthday!
Mark IGNORE for perl < 5.6.0
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-GSL/Makefile | 8 |
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> |