gentoo/dev-perl/Dist-Zilla-Plugin-ModuleBuildTiny/Dist-Zilla-Plugin-ModuleBuildTiny-0.15.0-r1.ebuild
Andreas K. Hüttel 61331b69e6
dev-perl/Dist-Zilla-Plugin-ModuleBuildTiny: EAPI bump
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2025-07-15 21:57:00 +02:00

31 lines
569 B
Bash

# Copyright 2020-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=LEONT
DIST_VERSION=0.015
inherit perl-module
DESCRIPTION="Build a Build.PL that uses Module::Build::Tiny"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
>=dev-perl/Dist-Zilla-4.300.39
>=dev-perl/Module-Build-Tiny-0.39.0
dev-perl/Moose
dev-perl/MooseX-Types-Perl
>=virtual/perl-Scalar-List-Utils-1.330.0
"
DEPEND="
dev-perl/Module-Build-Tiny
"
BDEPEND="${RDEPEND}
test? (
dev-perl/Path-Tiny
dev-perl/Test-Deep
dev-perl/Test-Fatal
)
"