diff options
author | erwin <erwin@FreeBSD.org> | 2006-04-21 04:04:59 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-04-21 04:04:59 +0800 |
commit | cb250aff4db78ef6942b03985e96b298f5c1b197 (patch) | |
tree | c9d56e21aa64c69ed8d247749f311e0dff281eb6 /www | |
parent | d962dcba15cfe18ff89523d98db7b37bd2cdb280 (diff) | |
download | freebsd-ports-graphics-cb250aff4db78ef6942b03985e96b298f5c1b197.tar.gz freebsd-ports-graphics-cb250aff4db78ef6942b03985e96b298f5c1b197.tar.zst freebsd-ports-graphics-cb250aff4db78ef6942b03985e96b298f5c1b197.zip |
Go the coward way and mark IGNORE for perl < 5.6.0
Submitted by: pointyhat via kris
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-CGI-Session/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/p5-CGI-Session/Makefile b/www/p5-CGI-Session/Makefile index af6eeb1f715..21baa055584 100644 --- a/www/p5-CGI-Session/Makefile +++ b/www/p5-CGI-Session/Makefile @@ -40,7 +40,9 @@ MAN3= \ .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500800 +.if ${PERL_LEVEL} < 500600 +IGNORE= requires perl 5.6.0 or higher. Please install lang/perl5.8 and try again +.elif ${PERL_LEVEL} < 500800 BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 RUN_DEPENDS= ${BUILD_DEPENDS} .endif |