mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-07 02:37:30 -08:00
Closes: https://bugs.gentoo.org/736232 Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
41 lines
824 B
Bash
41 lines
824 B
Bash
# Copyright 1999-2020 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
DIST_AUTHOR=ETHER
|
|
DIST_VERSION=0.006
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="A role for plugins that use Module::Metadata"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE="test"
|
|
RESTRICT="!test? ( test )"
|
|
|
|
RDEPEND="
|
|
virtual/perl-Digest-MD5
|
|
>=virtual/perl-Module-Metadata-1.0.5
|
|
dev-perl/Moose
|
|
dev-perl/namespace-autoclean
|
|
"
|
|
DEPEND="
|
|
dev-perl/Module-Build-Tiny
|
|
"
|
|
BDEPEND="${RDEPEND}
|
|
virtual/perl-ExtUtils-MakeMaker
|
|
>=dev-perl/Module-Build-Tiny-0.34.0
|
|
test? (
|
|
>=virtual/perl-CPAN-Meta-2.120.900
|
|
dev-perl/Dist-Zilla
|
|
virtual/perl-File-Spec
|
|
dev-perl/Path-Tiny
|
|
virtual/perl-Scalar-List-Utils
|
|
dev-perl/Test-Deep
|
|
dev-perl/Test-Fatal
|
|
dev-perl/Test-Needs
|
|
>=virtual/perl-Test-Simple-0.880.0
|
|
virtual/perl-if
|
|
)
|
|
"
|