diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-05-01 07:43:35 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-05-01 07:43:35 +0000 |
commit | 48aa02c5fb03cf3edb1640589f5cdaae3b01fc9b (patch) | |
tree | 7124483cdb84bd2bd8b9af7bc95ff1d7fc38c884 | |
parent | 3da83b303c220415daff2b81354a9e2a2d1800d5 (diff) | |
download | freebsd-ports-48aa02c5fb03cf3edb1640589f5cdaae3b01fc9b.zip |
- remove ".if ${PERL_LEVEL} < 500600... " stuff
-rw-r--r-- | mail/p5-Email-Date/Makefile | 9 | ||||
-rw-r--r-- | mail/p5-IMAP-Client/Makefile | 4 | ||||
-rw-r--r-- | mail/p5-Net-SMTP_auth/Makefile | 4 |
3 files changed, 1 insertions, 16 deletions
diff --git a/mail/p5-Email-Date/Makefile b/mail/p5-Email-Date/Makefile index 80d3b19460f8..53741bccb842 100644 --- a/mail/p5-Email-Date/Makefile +++ b/mail/p5-Email-Date/Makefile @@ -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> diff --git a/mail/p5-IMAP-Client/Makefile b/mail/p5-IMAP-Client/Makefile index 46a8c9d11885..48fa68791752 100644 --- a/mail/p5-IMAP-Client/Makefile +++ b/mail/p5-IMAP-Client/Makefile @@ -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 diff --git a/mail/p5-Net-SMTP_auth/Makefile b/mail/p5-Net-SMTP_auth/Makefile index e87a8e367a8d..39619279f586 100644 --- a/mail/p5-Net-SMTP_auth/Makefile +++ b/mail/p5-Net-SMTP_auth/Makefile @@ -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 |