Files
gentoo/dev-perl/SUPER/SUPER-1.201.411.170.ebuild
Markus Meier 8ec68808c7 dev-perl/SUPER: arm stable, bug #617290
Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"
2017-06-06 18:04:35 +02:00

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 )
"