mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-18 16:08:17 +00:00
23 lines
457 B
Bash
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}"
|