diff options
Diffstat (limited to 'dev-perl/File-Find-Rule/File-Find-Rule-0.26.ebuild')
-rw-r--r-- | dev-perl/File-Find-Rule/File-Find-Rule-0.26.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/File-Find-Rule/File-Find-Rule-0.26.ebuild b/dev-perl/File-Find-Rule/File-Find-Rule-0.26.ebuild new file mode 100644 index 000000000000..6120f5556760 --- /dev/null +++ b/dev-perl/File-Find-Rule/File-Find-Rule-0.26.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.26.ebuild,v 1.1 2003/12/25 19:51:30 mcummings Exp $ + +inherit perl-module + +S=${WORKDIR}/${P} +DESCRIPTION="Alternative interface to File::Find" +SRC_URI="http://www.cpan.org/modules/by-authors/id/R/RC/RCLAMP/${P}.tar.gz" +HOMEPAGE="http://www.cpan.org/modules/by-authors/id/R/RC/RCLAMP/${P}.readme" + +SLOT="0" +LICENSE="Artistic | GPL-2" +KEYWORDS="x86 amd64 ~alpha ~arm ~hppa ~mips ~ppc ~sparc" + +DEPEND="dev-perl/Test-Simple + dev-perl/File-Spec + dev-perl/Number-Compare + dev-perl/Text-Glob" + |