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/XML-XPath/XML-XPath-1.360.0.ebuild

30 lines
631 B

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
DIST_AUTHOR=MANWAR
DIST_VERSION=1.36
DIST_EXAMPLES=("examples/*")
inherit perl-module
DESCRIPTION="A XPath Perl Module"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="test"
RDEPEND=">=dev-perl/XML-Parser-2.230.0"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
>=dev-perl/Path-Tiny-0.76.0
virtual/perl-Test-Simple
)
"
src_test() {
perl_rm_files t/meta-json.t t/meta-yml.t
perl-module_src_test
}