blob: 7403962490d6558a516b04d8bcfa7543bf439b30 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Next/File-Next-1.02.ebuild,v 1.3 2008/09/06 15:23:56 armin76 Exp $
inherit perl-module
DESCRIPTION="File::Next is an iterator-based module for finding files"
HOMEPAGE="http://search.cpan.org/search?query=File-Next"
SRC_URI="mirror://cpan/authors/id/P/PE/PETDANCE/${P}.tar.gz"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="virtual/perl-File-Spec
virtual/perl-Test-Simple"
|