diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-04 12:52:25 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-04 12:52:25 +0000 |
commit | 48434c685e80ce383dc4cf2ff495aa7660a478e5 (patch) | |
tree | 9480aed54238b38da99702dcec106290c8943b62 /mail/p5-Net-SMTP-SSL | |
parent | 0397576f3eae99f22fd5b18240a34a1036ee77a0 (diff) |
Notes
Diffstat (limited to 'mail/p5-Net-SMTP-SSL')
-rw-r--r-- | mail/p5-Net-SMTP-SSL/Makefile | 6 | ||||
-rw-r--r-- | mail/p5-Net-SMTP-SSL/pkg-descr | 10 | ||||
-rw-r--r-- | mail/p5-Net-SMTP-SSL/pkg-plist | 2 |
3 files changed, 9 insertions, 9 deletions
diff --git a/mail/p5-Net-SMTP-SSL/Makefile b/mail/p5-Net-SMTP-SSL/Makefile index ad83edc00db4..616447ef1c34 100644 --- a/mail/p5-Net-SMTP-SSL/Makefile +++ b/mail/p5-Net-SMTP-SSL/Makefile @@ -7,8 +7,8 @@ CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org -COMMENT= SMTP client supporting SSL +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= SSL support for Net::SMTP LICENSE= ART10 GPLv1 LICENSE_COMB= dual @@ -16,7 +16,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 USE_PERL5= configure +USES= perl5 .include <bsd.port.mk> diff --git a/mail/p5-Net-SMTP-SSL/pkg-descr b/mail/p5-Net-SMTP-SSL/pkg-descr index a1c3544e71c3..7c1c96500cfc 100644 --- a/mail/p5-Net-SMTP-SSL/pkg-descr +++ b/mail/p5-Net-SMTP-SSL/pkg-descr @@ -1,7 +1,7 @@ -Implements the same API as Net::SMTP, but uses IO::Socket::SSL for its -network operations. Due to the nature of Net::SMTP's new method, it is -not overridden to make use of a default port for the SMTPS service. -Perhaps future versions will be smart like that. Port 465 is usually -what you want, and it's not a pain to specify that. +Net::SMTP::SSL implements the same API as Net::SMTP, but uses IO::Socket::SSL +for its network operations. Due to the nature of Net::SMTP's new method, it is +not overridden to make use of a default port for the SMTPS service. Perhaps +future versions will be smart like that. Port 465 is usually what you want, and +it's not a pain to specify that. WWW: http://search.cpan.org/dist/Net-SMTP-SSL/ diff --git a/mail/p5-Net-SMTP-SSL/pkg-plist b/mail/p5-Net-SMTP-SSL/pkg-plist index ce22f0d0a69f..cdcc80bb590e 100644 --- a/mail/p5-Net-SMTP-SSL/pkg-plist +++ b/mail/p5-Net-SMTP-SSL/pkg-plist @@ -1,7 +1,7 @@ %%SITE_PERL%%/Net/SMTP/SSL.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SMTP/SSL/.packlist %%PERL5_MAN3%%/Net::SMTP::SSL.3.gz -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SMTP/SSL +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SMTP/SSL @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SMTP @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net @dirrmtry %%SITE_PERL%%/Net/SMTP |