2021-01-07 23:55:56 +03:00
|
|
|
# Copyright 1999-2021 Gentoo Authors
|
2017-09-19 09:20:04 +03:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2021-08-11 08:46:50 +03:00
|
|
|
EAPI=8
|
2017-09-19 09:20:04 +03:00
|
|
|
|
|
|
|
DIST_AUTHOR=EXODIST
|
|
|
|
DIST_VERSION=0.002
|
|
|
|
inherit perl-module
|
|
|
|
|
|
|
|
DESCRIPTION="Tool for inspecting subroutines"
|
|
|
|
SLOT="0"
|
2021-04-06 10:46:52 +03:00
|
|
|
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
2017-09-19 09:20:04 +03:00
|
|
|
|
|
|
|
RDEPEND="
|
|
|
|
virtual/perl-Carp
|
|
|
|
>=dev-perl/Importer-0.24.0
|
|
|
|
"
|
2021-08-11 08:46:50 +03:00
|
|
|
BDEPEND="${RDEPEND}
|
2017-09-19 09:20:04 +03:00
|
|
|
test? (
|
|
|
|
>=virtual/perl-Test-Simple-1.302.72
|
|
|
|
)
|
|
|
|
"
|