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.770.0-r1.e...

32 lines
656 B

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=DBOOK
DIST_VERSION=1.77
inherit perl-module
DESCRIPTION="A simple starter kit for any module"
SLOT="0"
KEYWORDS="amd64 x86"
RDEPEND="
virtual/perl-File-Path
virtual/perl-File-Spec
virtual/perl-Getopt-Long
dev-perl/Module-Runtime
>=dev-perl/Pod-Parser-1.210.0
>=dev-perl/Software-License-0.103.5
>=virtual/perl-Test-Harness-0.210.0
>=virtual/perl-Test-Simple-0.940.0
virtual/perl-parent
>=virtual/perl-version-0.770.0
"
BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
"
PERL_RM_FILES=( t/pod.t t/pod-coverage.t )