mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
Required by dev-perl/Dist-Milla, used by git versions of dev-perl/App-cpanminus Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
32 lines
645 B
Bash
32 lines
645 B
Bash
# Copyright 2020 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
DIST_AUTHOR=DROLSKY
|
|
DIST_VERSION=0.04
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Set the distribution version from your main module's $VERSION"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE="test"
|
|
RESTRICT="!test? ( test )"
|
|
RDEPEND="
|
|
dev-perl/Dist-Zilla-Role-ModuleMetadata
|
|
dev-perl/Dist-Zilla
|
|
dev-perl/Moose
|
|
dev-perl/namespace-autoclean
|
|
"
|
|
BDEPEND="${RDEPEND}
|
|
virtual/perl-ExtUtils-MakeMaker
|
|
test? (
|
|
virtual/perl-File-Spec
|
|
dev-perl/Path-Tiny
|
|
dev-perl/Test-Deep
|
|
dev-perl/Test-Fatal
|
|
>=virtual/perl-Test-Simple-0.960.0
|
|
virtual/perl-if
|
|
)
|
|
"
|