Files
gentoo/dev-perl/Dist-Zilla-Plugin-ContributorsFile/Dist-Zilla-Plugin-ContributorsFile-0.4.0.ebuild
Andreas K. Hüttel dd49df6323 dev-perl/Dist-Zilla-Plugin-ContributorsFile: add 0.4.0
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2026-03-17 16:23:20 +01:00

20 lines
326 B
Bash

# Copyright 2020-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=YANICK
DIST_VERSION=0.4.0
inherit perl-module
DESCRIPTION="Add a file listing all contributors"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
dev-perl/Dist-Zilla
dev-perl/Moose
"
BDEPEND="${RDEPEND}
"