summaryrefslogtreecommitdiff
blob: 5e7aba6c4ff9dbb15adccab26bb7afe872f59e58 (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.05
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"