diff options
author | Kent Fredric <kentnl@gentoo.org> | 2016-11-19 17:14:59 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2016-11-19 17:14:59 +1300 |
commit | c5a62515250f9b8872fa1c7f09290b3d9352bfaf (patch) | |
tree | 2949304f703a3ac057af5f357817547b9ed6d214 /dev-perl/JSON-Parse/JSON-Parse-0.470.0.ebuild | |
parent | dev-perl/PDF-Create: Bump to version 1.380.0 (diff) | |
download | gentoo-c5a62515250f9b8872fa1c7f09290b3d9352bfaf.tar.gz gentoo-c5a62515250f9b8872fa1c7f09290b3d9352bfaf.tar.bz2 gentoo-c5a62515250f9b8872fa1c7f09290b3d9352bfaf.zip |
dev-perl/JSON-Parse: Bump to version 0.470.0
Upstream:
- Inactivate diagnostics_hash function on Perl <5.14
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-perl/JSON-Parse/JSON-Parse-0.470.0.ebuild')
-rw-r--r-- | dev-perl/JSON-Parse/JSON-Parse-0.470.0.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-perl/JSON-Parse/JSON-Parse-0.470.0.ebuild b/dev-perl/JSON-Parse/JSON-Parse-0.470.0.ebuild new file mode 100644 index 000000000000..d8ef26f2eb6c --- /dev/null +++ b/dev-perl/JSON-Parse/JSON-Parse-0.470.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=BKB +DIST_VERSION=0.47 +DIST_EXAMPLES=("examples/*") +inherit perl-module + +DESCRIPTION="Read JSON into a Perl Variable" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="virtual/perl-Getopt-Long" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-Test-Simple + virtual/perl-Encode + ) +" |