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:
parent
deeb03e3ad
commit
15b7d1eda5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116344
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user