- Update to 0.15
- Add LICENSE - Pet portlint PR: 203980 Submitted by: ports@toco-domains.de Approved by: maintainer(timeout, >30 days)
This commit is contained in:
parent
e3abede8fd
commit
bd1fa735d8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402389
3 changed files with 7 additions and 5 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Email-Sender-Transport-SMTP-TLS
|
||||
PORTVERSION= 0.14
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.15
|
||||
CATEGORIES= mail perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -11,6 +10,9 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= ale@biancalanas.net
|
||||
COMMENT= Email::Sender with Net::SMTP::TLS (Eg. Gmail)
|
||||
|
||||
LICENSE= GPLv1
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= p5-Email-Sender>=0.091660:${PORTSDIR}/mail/p5-Email-Sender \
|
||||
p5-Net-SMTP-TLS-ButMaintained>=0.2:${PORTSDIR}/mail/p5-Net-SMTP-TLS-ButMaintained
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Email-Sender-Transport-SMTP-TLS-0.14.tar.gz) = ea7369a11bb3bcf36e0d43348c0fcc0ec65bf4eecf5c28e9d11a5aeb3a5b66b7
|
||||
SIZE (Email-Sender-Transport-SMTP-TLS-0.14.tar.gz) = 13208
|
||||
SHA256 (Email-Sender-Transport-SMTP-TLS-0.15.tar.gz) = 0eaf1f03c6b5d3eb626d793a0562d44f0feacd1ed9a601f8a9a4f852c70f2dd9
|
||||
SIZE (Email-Sender-Transport-SMTP-TLS-0.15.tar.gz) = 12951
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Email::Sender replaces the old and sometimes problematic Email::Send library,
|
||||
while this module replaces the Email::Send::SMTP::TLS.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Email-Sender-Transport-SQLite/
|
||||
WWW: http://search.cpan.org/dist/Email-Sender-Transport-SMTP-TLS/
|
||||
|
|
Loading…
Reference in a new issue