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/CPAN-Mini/CPAN-Mini-1.111.9-r1.ebuild

31 lines
503 B

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
MODULE_AUTHOR=RJBS
MODULE_VERSION=1.111009
inherit perl-module
DESCRIPTION="Create a minimal mirror of CPAN"
SLOT="0"
KEYWORDS="amd64 x86 ~ppc-aix"
IUSE="test"
RDEPEND="
dev-perl/libwww-perl
>=virtual/perl-IO-Compress-1.20
dev-perl/File-HomeDir
>=virtual/perl-File-Path-2.08
dev-perl/URI
"
DEPEND="${RDEPEND}
test? (
>=virtual/perl-Test-Simple-0.96
)
"
SRC_TEST="do"