blob: 0d3b80c88c852e21bbc4f2fe3a891a345deee047 [file] [log] [blame]
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
DIST_AUTHOR=ETHER
DIST_VERSION=0.28
inherit perl-module
DESCRIPTION="Keep imports out of your namespace"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm hppa ~ppc ~x86 ~ppc-aix ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
IUSE="test"
RDEPEND="
>=dev-perl/B-Hooks-EndOfScope-0.120.0
virtual/perl-Scalar-List-Utils
dev-perl/Sub-Identify
>=dev-perl/namespace-clean-0.200.0
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-Carp
virtual/perl-ExtUtils-MakeMaker
virtual/perl-File-Spec
virtual/perl-Scalar-List-Utils
>=virtual/perl-Test-Simple-0.880.0
dev-perl/Test-Requires
)
"