aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-CSTA
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-08-07 07:00:10 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-08-07 07:00:10 +0000
commitb843d11dc92418e0207582c231fa6abc24a27f53 (patch)
treedd3ece943c46ea328b6b9714baa2f47d70df147b /net/p5-Net-CSTA
parentb0147f8c459c9bf9e19371d1dc962b5160c0d4c9 (diff)
downloadports-b843d11dc92418e0207582c231fa6abc24a27f53.tar.gz
ports-b843d11dc92418e0207582c231fa6abc24a27f53.zip
Notes
Diffstat (limited to 'net/p5-Net-CSTA')
-rw-r--r--net/p5-Net-CSTA/Makefile6
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