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/Class-Std/Class-Std-0.11.0-r1.ebuild

39 lines
664 B

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
MODULE_AUTHOR="DCONWAY"
MODULE_VERSION=0.011
inherit perl-module
DESCRIPTION='Support for creating standard "inside-out" classes'
SRC_URI+=" https://dev.gentoo.org/~tove/distfiles/${CATEGORY}/${PN}/${P}-patch.tar.bz2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="
virtual/perl-Data-Dumper
virtual/perl-Scalar-List-Utils
"
DEPEND="${RDEPEND}
dev-perl/Module-Build
test? (
virtual/perl-Test-Simple
)
"
SRC_TEST="do"
EPATCH_SUFFIX=patch
PATCHES=(
"${WORKDIR}"/${MY_PN:-${PN}}-patch
)
PERL_RM_FILES=(
t/pod.t
t/pod-coverage.t
)