mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add LICENSE
- Add BUILD_DEPENDS - Sort PLIST - Reformat pkg-descr
This commit is contained in:
parent
d8dd4d8574
commit
696adee922
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363559
@ -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>
|
||||
|
@ -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/
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user