| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.002 | 8 | ~amd64 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=PMQS
DIST_VERSION=1.002
inherit perl-module
DESCRIPTION="Perl interface to create Zip files"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
>=virtual/perl-IO-Compress-2.213
"
BDEPEND="
${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
dev-perl/Test-Pod
)
"
DIST_TEST="do"
>=virtual/perl-IO-Compress-2.213
>=virtual/perl-IO-Compress-2.213 virtual/perl-ExtUtils-MakeMaker test? ( dev-perl/Test-Pod )