1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

Go the coward way and mark IGNORE for perl < 5.6.0

Submitted by:	pointyhat via kris
This commit is contained in:
Erwin Lansing 2006-04-20 20:04:59 +00:00
parent fae108cd61
commit 81c058d6c4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160040

View File

@ -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