mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
37 lines
735 B
Bash
37 lines
735 B
Bash
# Copyright 2020-2021 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DIST_AUTHOR=DAGOLDEN
|
|
DIST_VERSION=1.015
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Iterative, recursive file finder"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
LICENSE="Apache-2.0"
|
|
|
|
RDEPEND="
|
|
virtual/perl-Carp
|
|
virtual/perl-File-Spec
|
|
>=dev-perl/Number-Compare-0.20.0
|
|
virtual/perl-Scalar-List-Utils
|
|
dev-perl/Text-Glob
|
|
dev-perl/Try-Tiny
|
|
virtual/perl-if
|
|
"
|
|
BDEPEND="${RDEPEND}
|
|
>=virtual/perl-ExtUtils-MakeMaker-6.170.0
|
|
test? (
|
|
virtual/perl-Exporter
|
|
virtual/perl-File-Temp
|
|
dev-perl/File-pushd
|
|
dev-perl/Path-Tiny
|
|
dev-perl/Test-Deep
|
|
>=dev-perl/Test-Filename-0.30.0
|
|
>=virtual/perl-Test-Simple-0.920.0
|
|
virtual/perl-parent
|
|
)
|
|
"
|