mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
Bug: https://bugs.gentoo.org/473598 Bug: https://bugs.gentoo.org/720224 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
31 lines
635 B
Bash
31 lines
635 B
Bash
# Copyright 1999-2022 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DIST_AUTHOR=ZEFRAM
|
|
DIST_VERSION=0.015
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Argument type classification"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="~alpha amd64 ~arm ~hppa ~riscv ~s390 ~sparc ~x86 ~x64-macos ~x64-solaris"
|
|
|
|
RDEPEND="
|
|
>=dev-perl/Devel-CallChecker-0.3.0
|
|
virtual/perl-Exporter
|
|
>=virtual/perl-Scalar-List-Utils-1.10.0
|
|
virtual/perl-XSLoader
|
|
virtual/perl-parent
|
|
"
|
|
BDEPEND="
|
|
${RDEPEND}
|
|
dev-perl/Module-Build
|
|
>=virtual/perl-ExtUtils-CBuilder-0.150.0
|
|
>=virtual/perl-ExtUtils-ParseXS-3.300.0
|
|
test? (
|
|
virtual/perl-Test-Simple
|
|
)
|
|
"
|