From b843d11dc92418e0207582c231fa6abc24a27f53 Mon Sep 17 00:00:00 2001 From: Cheng-Lung Sung Date: Mon, 7 Aug 2006 07:00:10 +0000 Subject: [PATCH] - Ignore Perl 5.00503 - Fix dependency according to corelist -a PR: ports/101547 Submitted by: maintainer (Gea-Suan Lin) --- net/p5-Net-CSTA/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -.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