Index: Makefile =================================================================== RCS file: /home/pcvs/ports/net/p5-Net/Makefile,v --- Makefile 11 Jun 2005 16:12:58 -0000 1.42 +++ Makefile 11 May 2006 02:15:49 -0000 @@ -16,8 +16,7 @@ MAINTAINER= mat@FreeBSD.org COMMENT= Perl5 modules to access and use network protocols -RUN_DEPENDS= ${SITE_PERL}/Authen/SASL.pm:${PORTSDIR}/security/p5-Authen-SASL \ - ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 PERL_CONFIGURE= yes CONFIGURE_ARGS= < /dev/null @@ -33,4 +32,11 @@ Net::Time.3 \ Net::libnetFAQ.3 -.include +.include + +# Authen-SASL is not available under perl 5.005_03 +.if ${PERL_LEVEL} >= 500600 +RUN_DEPENDS+= ${SITE_PERL}/Authen/SASL.pm:${PORTSDIR}/security/p5-Authen-SASL +.endif + +.include