summaryrefslogtreecommitdiff
blob: fb41a50f762a9c9b98e8a45eaebfc01701c0b658 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Compress-Bzip2/Compress-Bzip2-2.09.ebuild,v 1.9 2006/08/05 00:55:55 mcummings Exp $

inherit perl-module

DESCRIPTION="A Bzip2 perl module"
HOMEPAGE="http://cpan.pair.com/modules/by-module/Compress/${P}.readme"
SRC_URI="mirror://cpan/modules/by-module/Compress/${P}.tar.gz"

LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="amd64 ia64 ~mips sparc x86"
IUSE=""

DEPEND="app-arch/bzip2
	dev-lang/perl"
RDEPEND="${DEPEND}"

SRC_TEST="do"

mydoc="TODO"