summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'perl-core/JSON-PP/JSON-PP-2.271.40.ebuild')
-rw-r--r--perl-core/JSON-PP/JSON-PP-2.271.40.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/perl-core/JSON-PP/JSON-PP-2.271.40.ebuild b/perl-core/JSON-PP/JSON-PP-2.271.40.ebuild
new file mode 100644
index 000000000000..010b2e1a088d
--- /dev/null
+++ b/perl-core/JSON-PP/JSON-PP-2.271.40.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/JSON-PP/JSON-PP-2.271.40.ebuild,v 1.1 2011/01/28 08:03:34 tove Exp $
+
+EAPI=3
+
+MODULE_AUTHOR=MAKAMAKA
+MODULE_VERSION=2.27104
+inherit perl-module
+
+DESCRIPTION="JSON::XS compatible pure-Perl module"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="!!<dev-perl/JSON-2.50"
+
+SRC_TEST="do"