# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/module-info-0.31.ebuild,v 1.10 2008/11/18 15:50:45 tove Exp $ MODULE_AUTHOR=MBARBON MY_PN=Module-Info MY_P=${MY_PN}-${PV} S=${WORKDIR}/${MY_P} inherit perl-module DESCRIPTION="Information about Perl modules" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc64 sparc x86" IUSE="" SRC_TEST="do" RDEPEND="dev-lang/perl" DEPEND="${RDEPEND} virtual/perl-Module-Build"