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/VM-EC2/VM-EC2-1.280.0.ebuild

32 lines
696 B

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=LDS
DIST_VERSION=1.28
inherit perl-module
DESCRIPTION="Interface to Amazon EC2, VPC, ELB, Autoscaling, and Relational DB services"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
>=dev-perl/AnyEvent-7.40.0
>=dev-perl/AnyEvent-CacheDNS-0.80.0
>=dev-perl/AnyEvent-HTTP-2.150.0
>=virtual/perl-Digest-SHA-5.470.0
>=virtual/perl-File-Path-2.80.0
dev-perl/JSON
>=dev-perl/libwww-perl-5.835.0
>=virtual/perl-MIME-Base64-3.80.0
>=dev-perl/String-Approx-3.260.0
>=dev-perl/URI-1.690.0
>=dev-perl/XML-Simple-2.180.0
"
DEPEND="${RDEPEND}
dev-perl/Module-Build
"