1 |
# Copyright 1999-2007 Gentoo Foundation |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.63.ebuild,v 1.9 2006/08/05 03:30:39 mcummings Exp $ |
4 |
|
5 |
inherit perl-module |
6 |
|
7 |
DESCRIPTION="Allows module writers to specify a more sophisticated form of dependency information" |
8 |
SRC_URI="mirror://cpan/authors/id/A/AU/AUTRIJUS/${P}.tar.gz" |
9 |
HOMEPAGE="http://search.cpan.org/~autrijus/${P}/" |
10 |
|
11 |
SLOT="0" |
12 |
LICENSE="|| ( Artistic GPL-2 )" |
13 |
KEYWORDS="alpha amd64 hppa ia64 ~mips ppc sparc x86" |
14 |
IUSE="" |
15 |
|
16 |
# TESTS BAD. Wants to write to cpan's config on the live system |
17 |
#SRC_TEST="do" |
18 |
|
19 |
DEPEND="dev-perl/Sort-Versions |
20 |
dev-lang/perl" |
21 |
RDEPEND="${DEPEND}" |
22 |
|
23 |
src_compile() { |
24 |
echo "n" | perl-module_src_compile |
25 |
} |
26 |
|