diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-05 01:39:14 +0800 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-05 01:39:14 +0800 |
commit | 292f0fcf80ea0a91647e7ef74687789f435e9adf (patch) | |
tree | d2e54363c7c176f673ad8b41bc4ae498dcafb2bf /math/pspp | |
parent | e485b8ea42fd9547eb74ba3886182b16a3506c73 (diff) | |
download | freebsd-ports-gnome-292f0fcf80ea0a91647e7ef74687789f435e9adf.tar.gz freebsd-ports-gnome-292f0fcf80ea0a91647e7ef74687789f435e9adf.tar.zst freebsd-ports-gnome-292f0fcf80ea0a91647e7ef74687789f435e9adf.zip |
- 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 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> |