# Copyright 1999-2007 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.10 2007/01/15 15:04:32 mcummings Exp $ inherit perl-module DESCRIPTION="A Bzip2 perl module" HOMEPAGE="http://search.cpan.org/~arjay/" 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" SRC_TEST="do" mydoc="TODO"