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

MODULE_AUTHOR=PERIGRIN
inherit perl-module

DESCRIPTION="JSON::Any - Wrapper Class for the various JSON classes."
LICENSE="|| ( Artistic GPL-2 )"

SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE="json-xs json-syck"
DEPEND="
	>=dev-perl/JSON-2.02
	json-xs? ( dev-perl/JSON-XS )
	json-syck? ( dev-perl/YAML-Syck )
"