summaryrefslogtreecommitdiff
blob: 673c8285a41c1a1f889490280c9846af8a2985f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
MODULE_AUTHOR=MIYAGAWA
MODULE_VERSION=0.33
inherit perl-module

DESCRIPTION="JSON View Class"
LICENSE="|| ( Artistic GPL-2 )"

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

IUSE="test"
comment() { echo ''; }
RDEPEND="
	>=dev-perl/Catalyst-Runtime-5.600.0
	>=dev-perl/JSON-Any-1.15 $(comment 1.150.0)
	dev-perl/MRO-Compat
"
DEPEND="
	${RDEPEND}
	dev-perl/yaml $(comment YAML)
	virtual/perl-Test-Simple $(comment BUILD_REQUIRES Test::More)
"
SRC_TEST=do