diff options
author | Torsten Veller <tove@gentoo.org> | 2009-08-12 17:39:52 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-08-12 17:39:52 +0000 |
commit | 1a0eb1689c6529ed48e66f7f2755f6b7b8dfd0b7 (patch) | |
tree | 5a40f9bff36a01bc83f0842c1c2d7e583476e705 /dev-perl/File-Next/File-Next-1.06.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-1a0eb1689c6529ed48e66f7f2755f6b7b8dfd0b7.tar.gz gentoo-2-1a0eb1689c6529ed48e66f7f2755f6b7b8dfd0b7.tar.bz2 gentoo-2-1a0eb1689c6529ed48e66f7f2755f6b7b8dfd0b7.zip |
Version bump
(Portage version: 2.2_rc38/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/File-Next/File-Next-1.06.ebuild')
-rw-r--r-- | dev-perl/File-Next/File-Next-1.06.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/File-Next/File-Next-1.06.ebuild b/dev-perl/File-Next/File-Next-1.06.ebuild new file mode 100644 index 000000000000..2335386bde15 --- /dev/null +++ b/dev-perl/File-Next/File-Next-1.06.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2009 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.06.ebuild,v 1.1 2009/08/12 17:39:52 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=PETDANCE +inherit perl-module + +DESCRIPTION="File::Next is an iterator-based module for finding files" + +LICENSE="|| ( Artistic-2 GPL-1 GPL-2 GPL-3 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="virtual/perl-File-Spec + virtual/perl-Test-Simple" +DEPEND="test? ( ${RDEPEND} + dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage )" + +SRC_TEST=do |