blob: 5d628e94f1d5a74dbd438256c521ffbb9778b350 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2002 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"
|