diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-04 17:39:14 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-04 17:39:14 +0000 |
commit | 292f0fcf80ea0a91647e7ef74687789f435e9adf (patch) | |
tree | d2e54363c7c176f673ad8b41bc4ae498dcafb2bf /lang/p5-Error | |
parent | e485b8ea42fd9547eb74ba3886182b16a3506c73 (diff) | |
download | ports-292f0fcf80ea0a91647e7ef74687789f435e9adf.tar.gz ports-292f0fcf80ea0a91647e7ef74687789f435e9adf.zip |
- Remove old Perl support from unmaintained ports in categories starting
with letter k-n
Notes
Notes:
svn path=/head/; revision=189220
Diffstat (limited to 'lang/p5-Error')
-rw-r--r-- | lang/p5-Error/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lang/p5-Error/Makefile b/lang/p5-Error/Makefile index 8ea293fda475..0662e74e770a 100644 --- a/lang/p5-Error/Makefile +++ b/lang/p5-Error/Makefile @@ -24,10 +24,6 @@ MAN3= Error.3 Error::Simple.3 .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500600 -IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again -.endif - .if ${PERL_LEVEL} < 500702 RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils .endif |