net-mail/swaks: Correcting deps
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
parent
f26aa23dbc
commit
0680a73c28
|
@ -3,6 +3,8 @@
|
||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
|
inherit perl-functions
|
||||||
|
|
||||||
DESCRIPTION="Swiss Army Knife SMTP; Command line SMTP testing, including TLS and AUTH"
|
DESCRIPTION="Swiss Army Knife SMTP; Command line SMTP testing, including TLS and AUTH"
|
||||||
HOMEPAGE="http://www.jetmore.org/john/code/swaks"
|
HOMEPAGE="http://www.jetmore.org/john/code/swaks"
|
||||||
SRC_URI="http://www.jetmore.org/john/code/swaks/${P}.tar.gz"
|
SRC_URI="http://www.jetmore.org/john/code/swaks/${P}.tar.gz"
|
||||||
|
@ -12,18 +14,25 @@ KEYWORDS="amd64 ~ppc ~x86"
|
||||||
|
|
||||||
IUSE="ssl"
|
IUSE="ssl"
|
||||||
|
|
||||||
DEPEND=">=dev-lang/perl-5.8.8"
|
RDEPEND="
|
||||||
|
>=dev-perl/Authen-DigestMD5-0.04
|
||||||
RDEPEND="${DEPEND}
|
>=dev-perl/Authen-NTLM-1.02
|
||||||
>=dev-perl/Net-DNS-0.65
|
>=dev-perl/Net-DNS-0.65
|
||||||
ssl? ( >=dev-perl/Net-SSLeay-1.35 )
|
>=virtual/perl-Digest-MD5-2.39
|
||||||
>=virtual/perl-MIME-Base64-3.07
|
>=virtual/perl-MIME-Base64-3.07
|
||||||
>=virtual/perl-Digest-MD5-2.39
|
>=virtual/perl-Time-HiRes-1.97
|
||||||
>=virtual/perl-Time-HiRes-1.97
|
>=virtual/perl-Time-Local-1.19
|
||||||
>=virtual/perl-Time-Local-1.19
|
dev-perl/CGI
|
||||||
>=dev-perl/Authen-NTLM-1.02
|
dev-perl/DBI
|
||||||
>=dev-perl/Authen-DigestMD5-0.04
|
dev-perl/Email-Send
|
||||||
virtual/perl-Digest-SHA"
|
dev-perl/Email-Valid
|
||||||
|
dev-perl/Params-Validate
|
||||||
|
dev-perl/URI
|
||||||
|
ssl? ( dev-perl/IO-Socket-SSL )
|
||||||
|
virtual/perl-Data-Dumper
|
||||||
|
virtual/perl-Digest-SHA
|
||||||
|
virtual/perl-Getopt-Long
|
||||||
|
"
|
||||||
BDEPEND="app-text/txt2man"
|
BDEPEND="app-text/txt2man"
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
|
|
Loading…
Reference in a new issue