1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

- remove ".if ${PERL_LEVEL} < 500600... " stuff

This commit is contained in:
Cheng-Lung Sung 2007-05-01 07:43:35 +00:00
parent 3da83b303c
commit 48aa02c5fb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191270
3 changed files with 1 additions and 16 deletions

View File

@ -27,11 +27,4 @@ PERL_CONFIGURE= yes
MAN3= Email::Date.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
# inherited from mail/p5-Email-Abstract
IGNORE= requires Perl 5.6 or later. Please install lang/perl5 or lang/perl5.8, and try again
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -25,10 +25,6 @@ MAN3= IMAP::Client.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/IO/Socket/INET.pm:${PORTSDIR}/devel/p5-IO
.endif
.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
.endif

View File

@ -25,10 +25,6 @@ MAN3= Net::SMTP_auth.3
.include <bsd.port.pre.mk>
#.if ${PERL_LEVEL} < 500600
#IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 then try again
#.endif
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS+= ${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net
RUN_DEPENDS+= ${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net