gentoo-ebuilds/dev-perl/PAR/PAR-1.20.0-r1.ebuild
Arthur Zamarin 900ee62c03
dev-perl/PAR: Keyword 1.20.0-r1 ppc64, #952931
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-07-14 16:40:59 +03:00

28 lines
556 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=RSCHUPP
DIST_VERSION=1.020
inherit perl-module
DESCRIPTION="Perl Archive Toolkit"
SLOT="0"
KEYWORDS="amd64 ppc ~ppc64 ~riscv x86"
RDEPEND="
>=dev-perl/Archive-Zip-1.0.0
>=virtual/perl-Digest-SHA-5.450.0
>=virtual/perl-File-Temp-0.50.0
>=virtual/perl-IO-Compress-1.300.0
>=dev-perl/PAR-Dist-0.320.0
"
BDEPEND="
${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? ( virtual/perl-Test-Simple )
"
PERL_RM_FILES=( t/00-pod.t )