diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-07-31 18:05:43 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-07-31 18:05:43 +0800 |
commit | 4b1a3f52f3ae7ede442a8ca1f13f128dc593f8ca (patch) | |
tree | a4db26424219aa18e2e966834353dee559d5734d /mail | |
parent | 7636d8c3cd9222b336a3f16fceab333436c3df8a (diff) | |
download | freebsd-ports-gnome-4b1a3f52f3ae7ede442a8ca1f13f128dc593f8ca.tar.gz freebsd-ports-gnome-4b1a3f52f3ae7ede442a8ca1f13f128dc593f8ca.tar.zst freebsd-ports-gnome-4b1a3f52f3ae7ede442a8ca1f13f128dc593f8ca.zip |
- Add LICENSE
- Add BUILD_DEPENDS
- Sort PLIST
- Reformat pkg-descr
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Net-SMTP-TLS/Makefile | 8 | ||||
-rw-r--r-- | mail/p5-Net-SMTP-TLS/pkg-descr | 8 | ||||
-rw-r--r-- | mail/p5-Net-SMTP-TLS/pkg-plist | 2 |
3 files changed, 11 insertions, 7 deletions
diff --git a/mail/p5-Net-SMTP-TLS/Makefile b/mail/p5-Net-SMTP-TLS/Makefile index 738383817a07..c0afbcf37bb1 100644 --- a/mail/p5-Net-SMTP-TLS/Makefile +++ b/mail/p5-Net-SMTP-TLS/Makefile @@ -11,11 +11,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= SMTP client supporting TLS and AUTH -RUN_DEPENDS= p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \ p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay +RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 USE_PERL5= configure +USES= perl5 .include <bsd.port.mk> diff --git a/mail/p5-Net-SMTP-TLS/pkg-descr b/mail/p5-Net-SMTP-TLS/pkg-descr index c3072f6a4a0a..332af50b49a6 100644 --- a/mail/p5-Net-SMTP-TLS/pkg-descr +++ b/mail/p5-Net-SMTP-TLS/pkg-descr @@ -1,6 +1,6 @@ -Net::SMTP::TLS is a TLS and AUTH capable SMTP client which offers an -interface that users will find familiar from Net::SMTP. Net::SMTP::TLS -implements a subset of the methods provided by that module, but -certainly not (yet) a complete mirror image of that API. +Net::SMTP::TLS is a TLS and AUTH capable SMTP client which offers an interface +that users will find familiar from Net::SMTP. Net::SMTP::TLS implements a subset +of the methods provided by that module, but certainly not (yet) a complete +mirror image of that API. WWW: http://search.cpan.org/dist/Net-SMTP-TLS/ diff --git a/mail/p5-Net-SMTP-TLS/pkg-plist b/mail/p5-Net-SMTP-TLS/pkg-plist index fbb0bee59ee6..fa52e4cc7479 100644 --- a/mail/p5-Net-SMTP-TLS/pkg-plist +++ b/mail/p5-Net-SMTP-TLS/pkg-plist @@ -1,5 +1,5 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SMTP/TLS/.packlist %%SITE_PERL%%/Net/SMTP/TLS.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SMTP/TLS/.packlist %%PERL5_MAN3%%/Net::SMTP::TLS.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SMTP/TLS @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SMTP |