gentoo-ebuilds/dev-perl/Dist-Zilla-Config-Slicer/Dist-Zilla-Config-Slicer-0.202.0-r1.ebuild
Andreas K. Hüttel 082963e081
dev-perl/Dist-Zilla-Config-Slicer: EAPI bump
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2025-07-16 23:10:39 +02:00

23 lines
425 B
Bash

# Copyright 2020-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=RWSTAUNER
DIST_VERSION=0.202
inherit perl-module
DESCRIPTION="Config::MVP::Slicer customized for Dist::Zilla"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
dev-perl/Config-MVP-Slicer
>=dev-perl/Dist-Zilla-4.0.0
dev-perl/Moose
"
BDEPEND="${RDEPEND}
test? (
>=virtual/perl-Test-Simple-0.960.0
)
"