summaryrefslogtreecommitdiff
blob: eb11c8cca9a121ff9dce0a838a90806c0f497fa1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

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"


IUSE=""

SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~x86"

DEPEND="dev-lang/perl
virtual/perl-File-Spec
virtual/perl-Test-Simple"