mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
25 lines
522 B
Bash
25 lines
522 B
Bash
# Copyright 1999-2017 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=6
|
|
|
|
DIST_AUTHOR=CHROMATIC
|
|
DIST_VERSION=1.20141117
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="control superclass method dispatch"
|
|
SLOT="0"
|
|
KEYWORDS="alpha amd64 arm ~hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd"
|
|
IUSE="test"
|
|
|
|
RDEPEND="
|
|
virtual/perl-Carp
|
|
virtual/perl-Scalar-List-Utils
|
|
dev-perl/Sub-Identify
|
|
"
|
|
DEPEND="${RDEPEND}
|
|
dev-perl/Module-Build
|
|
virtual/perl-ExtUtils-MakeMaker
|
|
test? ( virtual/perl-Test-Simple )
|
|
"
|