blob: 3caa07ea556e8952a99e50869a8d0351dbb41ad2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header:
inherit perl-module
S=${WORKDIR}/${P}
DESCRIPTION="converting Perl structures to strings and back"
HOMEPAGE="http://cpan.valueclick.com/authors/id/I/IL/ILYAZ/modules/${P}.readme"
SRC_URI="http://cpan.valueclick.com/authors/id/I/IL/ILYAZ/modules/${P}.tar.gz"
SLOT="0"
LICENSE="Artistic"
KEYWORDS="x86 ppc sparc ~alpha"
|