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/Module-Runtime-Conflicts/Module-Runtime-Conflicts-0....

32 lines
608 B

# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
MODULE_AUTHOR=ETHER
MODULE_VERSION=0.002
inherit perl-module
DESCRIPTION="Provide information on conflicts for Module::Runtime"
SLOT="0"
KEYWORDS="amd64 ~arm hppa ppc ppc64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
dev-perl/Dist-CheckConflicts
dev-perl/Module-Runtime
"
DEPEND="${RDEPEND}
>=dev-perl/Module-Build-Tiny-0.39.0
test? (
virtual/perl-ExtUtils-MakeMaker
virtual/perl-File-Spec
>=virtual/perl-Test-Simple-0.880.0
virtual/perl-if
)
"
SRC_TEST="do parallel"