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

inherit perl-module

DESCRIPTION="Stringified perl data structures, suitable for both printing and eval"
HOMEPAGE="http://search.cpan.org/~ilyam/Data-Dumper-2.121/Dumper.pm"
SRC_URI="http://search.cpan.org/CPAN/authors/id/I/IL/ILYAM/Data-Dumper-2.121.tar.gz"

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

DEPEND="dev-lang/perl"
RDEPEND="${DEPEND}"