aboutsummaryrefslogtreecommitdiff
path: root/security/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-03-25 05:22:59 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-03-25 05:22:59 +0000
commitc219f7d945a7c174fe6a82675e24a4b63f65dd4b (patch)
tree895bc5e0d9d2f13b6d5f9b168b83fff8fe68091d /security/Makefile
parent2fba6d82653d4084d0beda3e2f958402f7280666 (diff)
downloadports-c219f7d945a7c174fe6a82675e24a4b63f65dd4b.tar.gz
ports-c219f7d945a7c174fe6a82675e24a4b63f65dd4b.zip
- Add p5-Net-SSLGlue 1.052
Some commonly used Perl modules don't have SSL support at all, even if the protocol supports it. Others have SSL support, but most of them don't do proper checking of the server's certificate. The Net::SSLGlue::* modules try to add SSL support or proper certificate checking to these modules. Currently support for the following modules is available: - Net::SMTP - add SSL from beginning or using STARTTLS - Net::POP3 - add SSL from beginning or using STLS - Net::FTP - add SSL and IPv6 support to Net::FTP - Net::LDAP - add proper certificate checking - LWP - add proper certificate checking There is also a Net::SSLGlue::Socket package which combines SSL and non-SSL and IPv6 capabilities to make it easier to enhance modules based on IO::Socket::INET. WWW: http://search.cpan.org/dist/Net-SSLGlue/
Notes
Notes: svn path=/head/; revision=349103
Diffstat (limited to 'security/Makefile')
-rw-r--r--security/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index aaa16279cb7e..b3f5bf778c7e 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -575,6 +575,7 @@
SUBDIR += p5-Net-Radius-Server
SUBDIR += p5-Net-SAML
SUBDIR += p5-Net-SSL-ExpireDate
+ SUBDIR += p5-Net-SSLGlue
SUBDIR += p5-Net-SSLeay
SUBDIR += p5-Net-Server-Mail-ESMTP-AUTH
SUBDIR += p5-Net-SinFP