mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-09 00:07:57 +03:00
21 lines
359 B
Bash
21 lines
359 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.021
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Perl Archive Toolkit"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="amd64 ppc ~ppc64 ~riscv x86"
|
|
|
|
RDEPEND="
|
|
>=dev-perl/Archive-Zip-1.0.0
|
|
>=dev-perl/PAR-Dist-0.320.0
|
|
"
|
|
|
|
PERL_RM_FILES=( t/00-pod.t )
|