summaryrefslogtreecommitdiff
blob: f58ec3d56629ed3004a524cef384dd03d4e78584 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Devel-Size-Report/Devel-Size-Report-0.11.ebuild,v 1.1 2006/09/11 21:33:51 mcummings Exp $

inherit perl-module

DESCRIPTION="Generate a size report for all elements in a structure for perl"
HOMEPAGE="http://search.cpan.org/~tels/${P}/"
SRC_URI="mirror://cpan/authors/id/T/TE/TELS/devel/${P}.tar.gz"

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

SRC_TEST="do"

DEPEND=">=dev-perl/Devel-Size-0.59
	>=virtual/perl-Test-Simple-0.47
	>=virtual/perl-Scalar-List-Utils-1.13
	>=virtual/perl-Time-HiRes-1.52
	>=dev-perl/Array-RefElem-1.00
	dev-lang/perl"
RDEPEND="${DEPEND}"