You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/SUPER/SUPER-1.201.411.170.ebuild

25 lines
504 B

# Copyright 1999-2016 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 ~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 )
"