blob: 77722fa566f2d78e4bcb23929292a114c32cc99f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Mini/CPAN-Mini-0.576.ebuild,v 1.4 2010/01/28 21:12:38 tove Exp $
EAPI=2
MODULE_AUTHOR=RJBS
inherit perl-module
DESCRIPTION="create a minimal mirror of CPAN"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~sparc ~x86"
IUSE=""
DEPEND="dev-perl/libwww-perl
>=virtual/perl-IO-Compress-1.20
dev-perl/File-HomeDir
>=virtual/perl-File-Path-2.08
dev-perl/URI"
SRC_TEST="do"
|