summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-12-11 04:15:44 +1300
committerKent Fredric <kentnl@gentoo.org>2017-12-12 08:27:36 +1300
commit2f930251fa4d1c946059d28b3f427fd87ca0c338 (patch)
tree275757f801f790f2b718cf17ef4508b741211a91 /dev-perl/Net-SMTPS/Net-SMTPS-0.90.0.ebuild
parentdev-perl/Net-SMTP-SSL: Bump to version 1.40.0 (diff)
downloadgentoo-2f930251fa4d1c946059d28b3f427fd87ca0c338.tar.gz
gentoo-2f930251fa4d1c946059d28b3f427fd87ca0c338.tar.bz2
gentoo-2f930251fa4d1c946059d28b3f427fd87ca0c338.zip
dev-perl/Net-SMTPS: Bump to version 0.90.0
Upstream: - Fix STARTTLS failing to call ->starttls - enable a starttls() method. - Enable IO::Socket::SSL debugging under debug option Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'dev-perl/Net-SMTPS/Net-SMTPS-0.90.0.ebuild')
-rw-r--r--dev-perl/Net-SMTPS/Net-SMTPS-0.90.0.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/Net-SMTPS/Net-SMTPS-0.90.0.ebuild b/dev-perl/Net-SMTPS/Net-SMTPS-0.90.0.ebuild
new file mode 100644
index 000000000000..c3b8c7f28c8b
--- /dev/null
+++ b/dev-perl/Net-SMTPS/Net-SMTPS-0.90.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=TOMO
+DIST_VERSION=0.09
+DIST_SECTION=src
+inherit perl-module
+
+DESCRIPTION="SSL/STARTTLS support for Net::SMTP"
+IUSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ >=dev-perl/Authen-SASL-2.150.0
+ >=dev-perl/IO-Socket-SSL-1
+ >=virtual/perl-libnet-2"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker"