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

38 lines
701 B

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DIST_AUTHOR=SKYSYMBOL
DIST_VERSION=0.016
inherit perl-module
DESCRIPTION="Build an RPM from your Dist::Zilla release"
SLOT="0"
KEYWORDS="amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
virtual/perl-Carp
dev-perl/Dist-Zilla
virtual/perl-File-Temp
dev-perl/IPC-Run
dev-perl/Moose
dev-perl/Moose-Autobox
dev-perl/Path-Class
dev-perl/Path-Tiny
dev-perl/Text-Template
dev-perl/namespace-autoclean
app-arch/rpm
"
BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
dev-perl/File-Which
dev-perl/Test-Differences
>=virtual/perl-Test-Simple-0.880.0
)
"