diff options
Diffstat (limited to 'dev-perl/Config-JSON/Config-JSON-1.510.0.ebuild')
-rw-r--r-- | dev-perl/Config-JSON/Config-JSON-1.510.0.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/dev-perl/Config-JSON/Config-JSON-1.510.0.ebuild b/dev-perl/Config-JSON/Config-JSON-1.510.0.ebuild new file mode 100644 index 000000000000..2b17139d16de --- /dev/null +++ b/dev-perl/Config-JSON/Config-JSON-1.510.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +MODULE_AUTHOR="RIZEN" +MODULE_VERSION="1.5100" +inherit perl-module + +DESCRIPTION="A JSON based config file system" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + >=dev-perl/Any-Moose-0.130.0 + >=virtual/perl-File-Temp-0.180.0 + >=dev-perl/JSON-2.160.0 + >=virtual/perl-Scalar-List-Utils-1.190.0 + +" +DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.56 + test? ( + >=virtual/perl-Test-Simple-0.700.0 + >=dev-perl/Test-Deep-0.95.0 + ) +" + +SRC_TEST="do" |