gentoo-ebuilds/dev-perl/Dist-Zilla-Plugin-ReadmeFromPod/Dist-Zilla-Plugin-ReadmeFromPod-0.370.0-r1.ebuild
Andreas K. Hüttel 5d03a6c852
dev-perl/Dist-Zilla-Plugin-ReadmeFromPod: EAPI bump
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2025-07-14 23:25:28 +02:00

23 lines
457 B
Bash

# Copyright 2020-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=FAYLAND
DIST_VERSION=0.37
inherit perl-module
DESCRIPTION="dzil plugin to generate README from POD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
>=dev-perl/Dist-Zilla-6.0.0
dev-perl/IO-String
dev-perl/Moose
>=dev-perl/Path-Tiny-0.4.0
>=dev-perl/Pod-Readme-1.2.0
>=virtual/perl-Scalar-List-Utils-1.330.0
"
BDEPEND="${RDEPEND}"