gentoo/dev-perl/Module-Starter/Module-Starter-1.780.0.ebuild
Sam James 6608b79821
dev-perl/Module-Starter: Stabilize 1.780.0 x86, #959908
Signed-off-by: Sam James <sam@gentoo.org>
2025-07-12 06:00:08 +01:00

25 lines
506 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=DBOOK
DIST_VERSION=1.78
inherit perl-module
DESCRIPTION="A simple starter kit for any module"
SLOT="0"
KEYWORDS="amd64 x86"
RDEPEND="
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-version-0.770.0
"
PERL_RM_FILES=( t/pod.t t/pod-coverage.t )