You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/Net-SMTPS/Net-SMTPS-0.90.0.ebuild

22 lines
428 B

# 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"