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-Starter/Module-Starter-1.720.0.ebuild

29 lines
518 B

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=DBOOK
DIST_VERSION=1.72
inherit perl-module
DESCRIPTION="A simple starter kit for any module"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="
virtual/perl-ExtUtils-MakeMaker
virtual/perl-File-Spec
virtual/perl-Getopt-Long
>=virtual/perl-Pod-Parser-1.210.0
virtual/perl-parent
"
DEPEND="${RDEPEND}
test? (
virtual/perl-Test-Simple
>=virtual/perl-Test-Harness-0.210.0
)
"