1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- tobez point that XML::Atom::Util requires Encode, which 5.6.0 must suffer.

so I encourage 5.6.x users to upgrade to 5.8.x.
This commit is contained in:
Cheng-Lung Sung 2005-09-14 06:11:35 +00:00
parent e21a98f967
commit 8dc55bc875
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142676

View File

@ -37,10 +37,7 @@ MAN3= XML::Atom.3 \
.include <bsd.port.pre.mk>
.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
IGNORE= This port requires perl 5.8.5 or later. Install lang/perl5 then try again
.endif
.include <bsd.port.post.mk>