summaryrefslogtreecommitdiff
blob: c60498d3297f1b26cd28b5f9ad78b9c3432a8225 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit perl-module

DESCRIPTION="Support for creating standard inside-out classes."
HOMEPAGE="http://search.cpan.org/~dconway/${P}"
SRC_URI="mirror://cpan/authors/id/D/DC/DCONWAY/${PN}-v${PV}.tar.gz"
IUSE=""

SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~amd64 ~x86"

RDEPEND="dev-perl/version
	virtual/perl-Scalar-List-Utils"