summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-05-22 06:26:10 +0000
committerTorsten Veller <tove@gentoo.org>2011-05-22 06:26:10 +0000
commite3b3524ab80baa103310fc7d7be08adac3823510 (patch)
tree056719840a1e3f279865cf1b666cca775b099051 /perl-core/JSON-PP/JSON-PP-2.272.0.ebuild
parent[bump] virtual/perl-Encode-2.430.0 (diff)
downloadgentoo-2-e3b3524ab80baa103310fc7d7be08adac3823510.tar.gz
gentoo-2-e3b3524ab80baa103310fc7d7be08adac3823510.tar.bz2
gentoo-2-e3b3524ab80baa103310fc7d7be08adac3823510.zip
[bump] perl-core/JSON-PP-2.272.0
(Portage version: 2.2.0_alpha34/cvs/Linux x86_64)
Diffstat (limited to 'perl-core/JSON-PP/JSON-PP-2.272.0.ebuild')
-rw-r--r--perl-core/JSON-PP/JSON-PP-2.272.0.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/perl-core/JSON-PP/JSON-PP-2.272.0.ebuild b/perl-core/JSON-PP/JSON-PP-2.272.0.ebuild
new file mode 100644
index 000000000000..62f42b8eed59
--- /dev/null
+++ b/perl-core/JSON-PP/JSON-PP-2.272.0.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.272.0.ebuild,v 1.1 2011/05/22 06:26:10 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=MAKAMAKA
+MODULE_VERSION=2.27200
+inherit perl-module
+
+DESCRIPTION="JSON::XS compatible pure-Perl module"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="!!<dev-perl/JSON-2.50"
+
+SRC_TEST="do"