diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-07 07:00:10 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-07 07:00:10 +0000 |
commit | b843d11dc92418e0207582c231fa6abc24a27f53 (patch) | |
tree | dd3ece943c46ea328b6b9714baa2f47d70df147b /net/p5-Net-CSTA | |
parent | b0147f8c459c9bf9e19371d1dc962b5160c0d4c9 (diff) | |
download | ports-b843d11dc92418e0207582c231fa6abc24a27f53.tar.gz ports-b843d11dc92418e0207582c231fa6abc24a27f53.zip |
Notes
Diffstat (limited to 'net/p5-Net-CSTA')
-rw-r--r-- | net/p5-Net-CSTA/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/p5-Net-CSTA/Makefile b/net/p5-Net-CSTA/Makefile index f2febed09a81..7f73c96ac162 100644 --- a/net/p5-Net-CSTA/Makefile +++ b/net/p5-Net-CSTA/Makefile @@ -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 |