# Copyright 1999-2014 Gentoo Foundation | |
# Distributed under the terms of the GNU General Public License v2 | |
# $Id$ | |
EAPI=5 | |
MODULE_AUTHOR=TOMHUGHES | |
MODULE_VERSION=1.10 | |
inherit perl-module | |
DESCRIPTION="IO:: style interface to Compress::Zlib" | |
SLOT="0" | |
KEYWORDS="*" | |
IUSE="" | |
RDEPEND="virtual/perl-IO-Compress" | |
DEPEND="${RDEPEND}" | |
SRC_TEST="do" |