summaryrefslogtreecommitdiff
blob: db47a6a927cd30a35c035180963caa17fc769693 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/PPI/PPI-1.110.ebuild,v 1.1 2006/04/20 02:27:50 mcummings Exp $

inherit perl-module

DESCRIPTION="Parse, Analyze and Manipulate Perl (without perl)"
HOMEPAGE="http://search.cpan.org/search?query=${PN}"
SRC_URI="mirror://cpan/authors/id/A/AD/ADAMK/${P}.tar.gz"

LICENSE="Artistic"
SLOT="0"
KEYWORDS="~x86 ~sparc"
IUSE=""

SRC_TEST="do"

DEPEND="dev-perl/File-Remove
		dev-perl/Test-SubCalls
		dev-perl/Test-ClassAPI
		>=dev-perl/Params-Util-0.05
		>=dev-perl/Clone-0.17
		dev-perl/List-MoreUtils"