You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/JSON-XS/JSON-XS-3.10.0.ebuild

28 lines
576 B

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
MODULE_AUTHOR=MLEHMANN
MODULE_VERSION=3.01
inherit perl-module
DESCRIPTION="JSON::XS - JSON serialising/deserialising, done correctly and fast"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x64-macos ~x86-solaris"
IUSE="test"
RDEPEND="
dev-perl/Types-Serialiser
dev-perl/common-sense
!<dev-perl/JSON-2.900.0
!<dev-perl/JSON-Any-1.310.0
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? ( virtual/perl-Test-Harness )"
SRC_TEST="do"