diff options
author | gabor <gabor@FreeBSD.org> | 2007-04-05 01:39:14 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-04-05 01:39:14 +0800 |
commit | 04b03743c77497b454e1974936eb17e1065f6550 (patch) | |
tree | 2212285e76f65b9b53cdcf0f33e9ed09af0b102f /math | |
parent | 59e617d81b84d0d55d93d904c629d12c369c6e25 (diff) | |
download | freebsd-ports-gnome-04b03743c77497b454e1974936eb17e1065f6550.tar.gz freebsd-ports-gnome-04b03743c77497b454e1974936eb17e1065f6550.tar.zst freebsd-ports-gnome-04b03743c77497b454e1974936eb17e1065f6550.zip |
- Remove old Perl support from unmaintained ports in categories starting
with letter k-n
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-AI-Perceptron/Makefile | 9 | ||||
-rw-r--r-- | math/p5-Math-GSL/Makefile | 8 | ||||
-rw-r--r-- | math/pspp/Makefile | 8 |
3 files changed, 3 insertions, 22 deletions
diff --git a/math/p5-AI-Perceptron/Makefile b/math/p5-AI-Perceptron/Makefile index c5cfa7a0e640..3ee00dd6c258 100644 --- a/math/p5-AI-Perceptron/Makefile +++ b/math/p5-AI-Perceptron/Makefile @@ -22,11 +22,4 @@ PERL_MODBUILD= yes MAN3= AI::Perceptron.3 -.include <bsd.port.pre.mk> - -# p5-accessors requires 5.6.0 -.if ${PERL_LEVEL} < 500600 -IGNORE= requires perl 5.6.0 or above -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/math/p5-Math-GSL/Makefile b/math/p5-Math-GSL/Makefile index 790be98d1417..51d6f45dc535 100644 --- a/math/p5-Math-GSL/Makefile +++ b/math/p5-Math-GSL/Makefile @@ -21,10 +21,4 @@ LIB_DEPENDS= gsl.9:${PORTSDIR}/math/gsl PERL_CONFIGURE= yes MAKE_ENV= INC="-I${LOCALBASE}/include" -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= requires perl 5.6.x or later. Install lang/perl5 then try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/math/pspp/Makefile b/math/pspp/Makefile index cd19b73d0273..28348c8c0d73 100644 --- a/math/pspp/Makefile +++ b/math/pspp/Makefile @@ -27,10 +27,4 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ INFO= pspp -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -BROKEN= needs at least Perl 5.6 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |