diff options
Diffstat (limited to 'dev-perl/File-Find-Rule/File-Find-Rule-0.31.ebuild')
-rw-r--r-- | dev-perl/File-Find-Rule/File-Find-Rule-0.31.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-perl/File-Find-Rule/File-Find-Rule-0.31.ebuild b/dev-perl/File-Find-Rule/File-Find-Rule-0.31.ebuild new file mode 100644 index 000000000000..808e0ececcf0 --- /dev/null +++ b/dev-perl/File-Find-Rule/File-Find-Rule-0.31.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Find-Rule/File-Find-Rule-0.31.ebuild,v 1.1 2009/11/28 02:26:44 robbat2 Exp $ + +inherit perl-module + +DESCRIPTION="Alternative interface to File::Find" +SRC_URI="mirror://cpan/authors/id/R/RC/RCLAMP/${P}.tar.gz" +HOMEPAGE="http://www.cpan.org/modules/by-authors/id/R/RC/RCLAMP/File-Find-Rule-${PV}.readme" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +SRC_TEST="do" + +RDEPEND="virtual/perl-Test-Simple + virtual/perl-File-Spec + dev-perl/Number-Compare + dev-perl/Text-Glob + dev-lang/perl" +DEPEND="${RDEPEND} + virtual/perl-Module-Build" |