diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2008-05-06 21:09:49 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2008-05-06 21:09:49 +0200 |
commit | eb2c280cf9293216342c4abcd5961b89d83f1d50 (patch) | |
tree | 77ccaf64d98eb354b8f5f002354d9a466b02c31f /dev-perl/File-Next/File-Next-1.02.ebuild | |
parent | d3759bdb48abfa5b05f97f31a28ec946625040b7 (diff) | |
download | overlay-eb2c280cf9293216342c4abcd5961b89d83f1d50.tar.gz overlay-eb2c280cf9293216342c4abcd5961b89d83f1d50.tar.bz2 overlay-eb2c280cf9293216342c4abcd5961b89d83f1d50.zip |
Added ack and dep
Diffstat (limited to 'dev-perl/File-Next/File-Next-1.02.ebuild')
-rw-r--r-- | dev-perl/File-Next/File-Next-1.02.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/File-Next/File-Next-1.02.ebuild b/dev-perl/File-Next/File-Next-1.02.ebuild new file mode 100644 index 0000000..c1be5a0 --- /dev/null +++ b/dev-perl/File-Next/File-Next-1.02.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +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" |