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/Dist-Zilla-Plugin-CheckChan.../Dist-Zilla-Plugin-CheckChan...

37 lines
788 B

# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DIST_AUTHOR=DAGOLDEN
DIST_VERSION=0.011
inherit perl-module
DESCRIPTION="Ensure Changes has content before releasing"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
>=dev-perl/Data-Section-0.200.2
>=dev-perl/Dist-Zilla-6.0.0
>=dev-perl/Moose-2.0.0
virtual/perl-Scalar-List-Utils
dev-perl/Sub-Exporter-ForMethods
>=virtual/perl-autodie-2.0.0
>=dev-perl/namespace-autoclean-0.280.0
"
BDEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.170.0
test? (
dev-perl/Capture-Tiny
virtual/perl-File-Spec
dev-perl/Path-Tiny
dev-perl/Test-Fatal
virtual/perl-Test-Harness
>=virtual/perl-Test-Simple-0.880.0
)
"