mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-19 16:38:01 +00:00
Bug: https://bugs.gentoo.org/473598 Bug: https://bugs.gentoo.org/720224 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
27 lines
610 B
Bash
27 lines
610 B
Bash
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DIST_AUTHOR=PLICEASE
|
|
DIST_VERSION=1.29
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Cross-platform basic tests for scripts"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos ~x64-solaris"
|
|
|
|
RDEPEND="
|
|
dev-perl/Capture-Tiny
|
|
>=virtual/perl-File-Spec-0.800.0
|
|
virtual/perl-IO
|
|
>=dev-perl/Probe-Perl-0.10.0
|
|
>=virtual/perl-Test-Simple-1.302.15
|
|
"
|
|
BDEPEND="${RDEPEND}
|
|
virtual/perl-ExtUtils-MakeMaker
|
|
test? (
|
|
>=virtual/perl-Test2-Suite-0.0.60
|
|
)
|
|
"
|