blob: 87aed69ae3b35aeb8c644babd8d5accd1b6300dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=TOMO
DIST_VERSION=0.04
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"
|