diff options
Diffstat (limited to 'net/p5-Net/Makefile')
-rw-r--r-- | net/p5-Net/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/net/p5-Net/Makefile b/net/p5-Net/Makefile index a5b4c0e59080..2b4bc90c09bd 100644 --- a/net/p5-Net/Makefile +++ b/net/p5-Net/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Net -PORTVERSION= 1.22 -PORTREVISION= 2 +PORTVERSION= 1.23 PORTEPOCH= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN @@ -13,7 +12,11 @@ DISTNAME= libnet-${PORTVERSION} MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 modules to access and use network protocols -RUN_DEPENDS= p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL +OPTIONS_DEFINE= SASL +OPTIONS_DEFAULT= SASL +SASL_DESC= SASL auth for POP3 and SMTP support. + +SASL_RUN_DEPENDS= p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL PORTSCOUT= skipv:1.0901 |