blob: e5091aa3f2549b8882068327e36322ac0b71ee11 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Compress-Bzip2/IO-Compress-Bzip2-2.015.ebuild,v 1.11 2008/12/10 17:14:16 aballier Exp $
MODULE_AUTHOR=PMQS
inherit perl-module
DESCRIPTION="Read and write bzip2 files/buffers"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 m68k ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
IUSE=""
DEPEND="~dev-perl/Compress-Raw-Bzip2-${PV}
~virtual/perl-IO-Compress-Base-${PV}"
SRC_TEST=do
|