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/Tie-Sub/Tie-Sub-1.1.0-r1.ebuild

29 lines
563 B

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
MODULE_AUTHOR=STEFFENW
MODULE_VERSION=1.001
inherit perl-module
DESCRIPTION="Tying a subroutine, function or method to a hash"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="test"
RDEPEND="dev-perl/Params-Validate"
DEPEND="${RDEPEND}
test? (
>=dev-perl/Test-Differences-0.600.0
dev-perl/Test-NoWarnings
dev-perl/Test-Exception
>=dev-perl/Test-Pod-1.140.0
>=dev-perl/Test-Pod-Coverage-1.40.0
virtual/perl-Test-Simple
)"
SRC_TEST="do"