# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Term-ProgressBar/Term-ProgressBar-2.06-r1.ebuild,v 1.12 2006/08/05 23:12:24 mcummings Exp $ inherit perl-module MY_PV=2.06-r1 MY_P=${PN}-${MY_PV} DESCRIPTION="Perl module for Term-ProgressBar" SRC_URI="mirror://cpan/authors/id/F/FL/FLUFFY/${MY_P}.tar.gz" HOMEPAGE="http://search.cpan.org/author/FLUFFY/${MY_P}" SLOT="0" LICENSE="Artistic" KEYWORDS="x86 amd64 ppc sparc alpha" IUSE="" DEPEND="dev-perl/Class-MethodMaker dev-perl/TermReadKey >=dev-perl/module-build-0.28 dev-lang/perl" RDEPEND="${DEPEND}"