diff options
author | mat <mat@FreeBSD.org> | 2016-11-29 05:27:54 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-11-29 05:27:54 +0800 |
commit | 79fd1ffde1271173e45624845d9057d63c2f4302 (patch) | |
tree | e75440ff19e9cbfde8d3a315bc0c9b3c7346861a /net/p5-Net | |
parent | 8a536e4008d8753e5e0767123af5d24a90df5f81 (diff) | |
download | freebsd-ports-gnome-79fd1ffde1271173e45624845d9057d63c2f4302.tar.gz freebsd-ports-gnome-79fd1ffde1271173e45624845d9057d63c2f4302.tar.zst freebsd-ports-gnome-79fd1ffde1271173e45624845d9057d63c2f4302.zip |
Enable SSL by default.
Sponsored by: Absolight
Diffstat (limited to 'net/p5-Net')
-rw-r--r-- | net/p5-Net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/p5-Net/Makefile b/net/p5-Net/Makefile index 4cf72eab4b13..3fe2b74e16b9 100644 --- a/net/p5-Net/Makefile +++ b/net/p5-Net/Makefile @@ -3,6 +3,7 @@ PORTNAME= Net PORTVERSION= 3.10 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN @@ -19,7 +20,7 @@ BUILD_DEPENDS= p5-Socket>=2.016:net/p5-Socket RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS_DEFINE= IPV6 SASL SSL -OPTIONS_DEFAULT=SASL +OPTIONS_DEFAULT=SASL SSL SASL_DESC= SASL auth for POP3 and SMTP support SASL_BUILD_DEPENDS= p5-Authen-SASL>=0:security/p5-Authen-SASL |