summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/JSON/JSON-2.04.ebuild')
-rw-r--r--dev-perl/JSON/JSON-2.04.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-perl/JSON/JSON-2.04.ebuild b/dev-perl/JSON/JSON-2.04.ebuild
new file mode 100644
index 000000000000..d514e24b7c93
--- /dev/null
+++ b/dev-perl/JSON/JSON-2.04.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/JSON-2.04.ebuild,v 1.1 2008/02/03 14:47:03 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"