blob: 03da0efa3cf72f94180c239e5c97360fed975adf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/PHP-Serialization/PHP-Serialization-0.27.ebuild,v 1.1 2008/02/23 14:07:38 hollow Exp $
inherit perl-module
DESCRIPTION="convert PHP's serialize() into the equivalent Perl structure, and vice versa."
HOMEPAGE="http://search.cpan.org/~jbrown/PHP-Serialization-0.27/"
SRC_URI="mirror://cpan/authors/id/J/JB/JBROWN/php-serialization//${P}.tar.gz"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
|