blob: ea6d043d8e51ed8b508ffd988bb0e06edcc4ca6b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit perl-module
DESCRIPTION="parse and convert to JSON (JavaScript Object Notation)"
SRC_URI="mirror://cpan/authors/id/M/MA/MAKAMAKA/${P}.tar.gz"
HOMEPAGE="http://search.cpan.org/~makamaka/${P}"
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~x86"
IUSE=""
DEPEND="dev-perl/libwww-perl"
|