diff options
author | gabor <gabor@FreeBSD.org> | 2007-04-04 17:39:14 +0000 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-04-04 17:39:14 +0000 |
commit | 04b03743c77497b454e1974936eb17e1065f6550 (patch) | |
tree | 2212285e76f65b9b53cdcf0f33e9ed09af0b102f /math/pspp | |
parent | 59e617d81b84d0d55d93d904c629d12c369c6e25 (diff) | |
download | FreeBSD-ports-04b03743c77497b454e1974936eb17e1065f6550.zip FreeBSD-ports-04b03743c77497b454e1974936eb17e1065f6550.tar.gz |
- Remove old Perl support from unmaintained ports in categories starting
with letter k-n
Diffstat (limited to 'math/pspp')
-rw-r--r-- | math/pspp/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/math/pspp/Makefile b/math/pspp/Makefile index cd19b73..28348c8 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> |