You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/Test-Filename/Test-Filename-0.30.0-r2.ebuild

27 lines
488 B

# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DIST_AUTHOR=DAGOLDEN
DIST_VERSION=0.03
inherit perl-module
DESCRIPTION="Portable filename comparison"
SLOT="0"
KEYWORDS="~amd64 ~x86"
LICENSE="Apache-2.0"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
dev-perl/Path-Tiny
virtual/perl-Test-Simple
"
BDEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.300.0
test? (
virtual/perl-File-Spec
virtual/perl-File-Temp
)
"