summaryrefslogtreecommitdiff
blob: c3b8c7f28c8b49e32c2df645ee295344f4e48663 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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"