Files
gentoo/dev-perl/Dist-Zilla-Plugin-ModuleBuildTiny/Dist-Zilla-Plugin-ModuleBuildTiny-0.15.0.ebuild
Kent Fredric 8d01d87921 dev-perl/Dist-Zilla-Plugin-ModuleBuildTiny: Fix MissingTestRestrict
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
2020-05-04 05:21:03 +12:00

35 lines
684 B
Bash

# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DIST_AUTHOR=LEONT
DIST_VERSION=0.015
inherit perl-module
DESCRIPTION="Build a Build.PL that uses Module::Build::Tiny"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
>=dev-perl/Dist-Zilla-4.300.39
>=dev-perl/Module-Build-Tiny-0.39.0
virtual/perl-Module-Metadata
dev-perl/Moose
dev-perl/MooseX-Types-Perl
>=virtual/perl-Scalar-List-Utils-1.330.0
"
DEPEND="
dev-perl/Module-Build-Tiny
"
BDEPEND="${RDEPEND}
test? (
virtual/perl-CPAN-Meta
dev-perl/Path-Tiny
dev-perl/Test-Deep
dev-perl/Test-Fatal
virtual/perl-Test-Simple
)
"