summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-11-19 18:11:09 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-11-19 18:11:09 +0000
commit5621ec0c1e808a58eef89ba4eab36b88d49256fe (patch)
tree9f6f3d529b6de04b5246fce439509d8fb3225a77 /dev-perl/String-Approx/String-Approx-3.26.ebuild
parentBlock the correct package. (diff)
downloadhistorical-5621ec0c1e808a58eef89ba4eab36b88d49256fe.tar.gz
historical-5621ec0c1e808a58eef89ba4eab36b88d49256fe.tar.bz2
historical-5621ec0c1e808a58eef89ba4eab36b88d49256fe.zip
Bug 154392, dep for fuzzocr, ebuild from tomk
Package-Manager: portage-2.1.2_rc1-r7
Diffstat (limited to 'dev-perl/String-Approx/String-Approx-3.26.ebuild')
-rw-r--r--dev-perl/String-Approx/String-Approx-3.26.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/String-Approx/String-Approx-3.26.ebuild b/dev-perl/String-Approx/String-Approx-3.26.ebuild
new file mode 100644
index 000000000000..66ce6745d6ce
--- /dev/null
+++ b/dev-perl/String-Approx/String-Approx-3.26.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-Approx/String-Approx-3.26.ebuild,v 1.1 2006/11/19 18:11:09 mcummings Exp $
+
+inherit perl-module
+
+DESCRIPTION="Perl extension for approximate string matching (fuzzy matching)"
+HOMEPAGE="http://search.cpan.org/search?query=${PN}"
+SRC_URI="mirror://cpan/authors/id/J/JH/JHI/${P}.tar.gz"
+
+LICENSE="|| ( Artistic LGPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+SRC_TEST="do"
+
+DEPEND="dev-lang/perl" \ No newline at end of file