1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

- Ignore Perl 5.00503

- Fix dependency according to corelist -a

PR:		ports/101547
Submitted by:	maintainer (Gea-Suan Lin)
This commit is contained in:
Cheng-Lung Sung 2006-08-07 07:00:10 +00:00
parent b0147f8c45
commit b843d11dc9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169909

View File

@ -24,7 +24,11 @@ MAN3= Net::CSTA.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500701
.if ${PERL_LEVEL} < 500600
IGNORE= requires Perl 5.6.0 or newer. Install lang/perl5.8 and try again
.endif
.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+= ${SITE_PERL}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
.endif