mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-19 08:29:37 +00:00
28 lines
558 B
Bash
28 lines
558 B
Bash
# Copyright 1999-2020 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
DIST_AUTHOR=HAARG
|
|
DIST_VERSION=1.001002
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Load mix-ins or components to your C3-based class"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE="test"
|
|
RESTRICT="!test? ( test )"
|
|
|
|
RDEPEND="
|
|
>=dev-perl/MRO-Compat-0.90.0
|
|
>=dev-perl/Class-Inspector-1.320.0
|
|
>=dev-perl/Class-C3-0.200.0
|
|
"
|
|
BDEPEND="${RDEPEND}
|
|
virtual/perl-ExtUtils-MakeMaker
|
|
test? (
|
|
>=dev-perl/Test-Exception-0.310.0
|
|
>=virtual/perl-Test-Simple-0.960.0
|
|
)
|
|
"
|