dev-perl/Archive-Zip-SimpleZip - 1.002 (slonko)

Search

Package Information

Description:
Perl interface to create Zip files

Ebuild Details

Version EAPI Keywords Slot
1.002 8 ~amd64 0
View Raw Ebuild
# 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"

USE Flags

Dependencies

RDEPEND

	>=virtual/perl-IO-Compress-2.213

BDEPEND

	
	>=virtual/perl-IO-Compress-2.213

	virtual/perl-ExtUtils-MakeMaker
	test? (
		dev-perl/Test-Pod
	)