diff options
Diffstat (limited to 'dev-perl/File-Grep/File-Grep-0.020.0-r1.ebuild')
-rw-r--r-- | dev-perl/File-Grep/File-Grep-0.020.0-r1.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-perl/File-Grep/File-Grep-0.020.0-r1.ebuild b/dev-perl/File-Grep/File-Grep-0.020.0-r1.ebuild new file mode 100644 index 000000000000..5443f4ea9e53 --- /dev/null +++ b/dev-perl/File-Grep/File-Grep-0.020.0-r1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +MODULE_AUTHOR="MNEYLON" +MY_PV="${PV%0.0}" + +inherit perl-module + +DESCRIPTION="Find matches to a pattern in a series of files and related functions" + +LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" |