1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

mark ignore when perl < 5.6

Submitted by:	maintainer
This commit is contained in:
Ying-Chieh Liao 2004-08-16 02:53:46 +00:00
parent deeb03e3ad
commit 15b7d1eda5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116344

View File

@ -40,5 +40,8 @@ MAN3= XML::Atom.3 \
.if ${PERL_LEVEL} < 500805
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
.endif
.if ${PERL_LEVEL} < 500601
IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again
.endif
.include <bsd.port.post.mk>