blob: c3be2510fb2a9676d333a00e4330e2c756e98933 [file] [log] [blame]
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DIST_AUTHOR=NWCLARK
DIST_VERSION=0.20
inherit perl-module
DESCRIPTION="PerlIO layer to gzip/gunzip"
SLOT="0"
KEYWORDS="*"
RDEPEND="sys-libs/zlib"
DEPEND="${RDEPEND}
"
BDEPEND="${DEPEND}
virtual/perl-ExtUtils-MakeMaker
"