Mark $IGNORE if PERL_LEVEL < 500600.

Reported by:	Guido Falsi <mad@madpilot.net>
This commit is contained in:
Jun Kuriyama 2003-10-27 11:10:57 +00:00
parent 09752ef262
commit 5adb8458c7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92315

View File

@ -72,5 +72,8 @@ MAN3= MIME::Body.3 \
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
.endif
.if ${PERL_LEVEL} < 500600
IGNORE= 5.005 is not supported
.endif
.include <bsd.port.post.mk>