summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2003-06-04 00:48:12 +0000
committerMichael Cummings <mcummings@gentoo.org>2003-06-04 00:48:12 +0000
commit734671efd6c8cb28ae515583febeadc4a5bd46a3 (patch)
treeb87bc6e3bf2591890f60bb4bd72887e70685f2f5 /dev-perl/Text-Glob/Text-Glob-0.05.ebuild
parentFills bug 21791 (diff)
downloadgentoo-2-734671efd6c8cb28ae515583febeadc4a5bd46a3.tar.gz
gentoo-2-734671efd6c8cb28ae515583febeadc4a5bd46a3.tar.bz2
gentoo-2-734671efd6c8cb28ae515583febeadc4a5bd46a3.zip
Fills bug 21791
Diffstat (limited to 'dev-perl/Text-Glob/Text-Glob-0.05.ebuild')
-rw-r--r--dev-perl/Text-Glob/Text-Glob-0.05.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-perl/Text-Glob/Text-Glob-0.05.ebuild b/dev-perl/Text-Glob/Text-Glob-0.05.ebuild
new file mode 100644
index 000000000000..839a38292dab
--- /dev/null
+++ b/dev-perl/Text-Glob/Text-Glob-0.05.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Glob/Text-Glob-0.05.ebuild,v 1.1 2003/06/04 00:48:06 mcummings Exp $
+
+inherit perl-module
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Match globbing patterns against text"
+SRC_URI="http://www.cpan.org/modules/by-authors/id/R/RC/RCLAMP/${P}.tar.gz"
+HOMEPAGE="http://www.cpan.org/modules/by-authors/id/R/RC/RCLAMP/${P}.readme"
+
+SLOT="0"
+LICENSE="Artistic | GPL-2"
+KEYWORDS="x86 ~alpha ~arm ~hppa ~mips ~ppc ~sparc"
+
+DEPEND="dev-perl/Test-Simple"
+