summaryrefslogtreecommitdiff
blob: a3acc6e7414d069e8ee82772906d413d574ba6f3 (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: /var/cvsroot/gentoo-x86/dev-perl/JSON/JSON-1.14.ebuild,v 1.1 2007/11/11 13:40:22 hd_brummy Exp $

inherit perl-module

DESCRIPTION="parse and convert to JSON (JavaScript Object Notation)"
SRC_URI="http://search.cpan.org/CPAN/authors/id/M/MA/MAKAMAKA/${P}.tar.gz"
HOMEPAGE="http://search.cpan.org/~makamaka/"
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~amd64 ~sparc ~x86"

SRC_TEST="do"

DEPEND="dev-lang/perl"