2021-01-07 23:55:14 +03:00
|
|
|
# Copyright 1999-2021 Gentoo Authors
|
2015-11-27 13:25:52 +03:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2021-07-08 00:08:54 +03:00
|
|
|
EAPI=8
|
2015-11-27 13:25:52 +03:00
|
|
|
|
2021-07-08 00:08:54 +03:00
|
|
|
DIST_AUTHOR=NEILB
|
|
|
|
DIST_VERSION=1.80
|
2015-11-27 13:25:52 +03:00
|
|
|
inherit perl-module
|
|
|
|
|
|
|
|
DESCRIPTION="Locate modules in the same fashion as require and use"
|
|
|
|
|
|
|
|
SLOT="0"
|
2021-01-07 23:55:14 +03:00
|
|
|
KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
|
2015-11-27 13:25:52 +03:00
|
|
|
|
|
|
|
RDEPEND="
|
|
|
|
virtual/perl-Carp
|
|
|
|
virtual/perl-File-Spec
|
|
|
|
virtual/perl-IO
|
|
|
|
"
|
2021-07-08 00:08:54 +03:00
|
|
|
BDEPEND="${RDEPEND}
|
2015-11-27 13:25:52 +03:00
|
|
|
virtual/perl-ExtUtils-MakeMaker
|
|
|
|
test? ( virtual/perl-Test-Simple )
|
|
|
|
"
|