98e278f512f6bc80b5d0a7b591f394c5fdf2f05f
[gentoo.git] / dev-perl / Importer / Importer-0.24.0.ebuild
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 DIST_AUTHOR=EXODIST
7 DIST_VERSION=0.024
8 inherit perl-module
9
10 DESCRIPTION="Alternative interface to modules that export symbols"
11 SLOT="0"
12 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc ~x86 ~ppc-aix ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
13 IUSE="test"
14
15 RDEPEND=""
16 DEPEND="
17         virtual/perl-ExtUtils-MakeMaker
18         test? (
19                 >=virtual/perl-Test-Simple-0.980.0
20         )
21 "