summaryrefslogtreecommitdiff
path: root/textproc/p5-String-Approx/Makefile
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2004-03-29 18:48:13 +0000
committertv <tv@pkgsrc.org>2004-03-29 18:48:13 +0000
commita6a9abbe25bb8dee2af8ebc8dff2210c12faf701 (patch)
tree028c32d2953f1492d7b848bc2ceb825d24bec6b3 /textproc/p5-String-Approx/Makefile
parent6db84bbaa4ec2997198b3c37744e234b1df89567 (diff)
downloadpkgsrc-a6a9abbe25bb8dee2af8ebc8dff2210c12faf701.tar.gz
String::Approx lets you match and substitute strings approximately.
With this you can emulate errors: typing errorrs, speling errors, closely related vocabularies (colour color), genetic mutations (GAG ACT), abbreviations (McScot, MacScot).
Diffstat (limited to 'textproc/p5-String-Approx/Makefile')
-rw-r--r--textproc/p5-String-Approx/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/textproc/p5-String-Approx/Makefile b/textproc/p5-String-Approx/Makefile
new file mode 100644
index 00000000000..f28d18d123b
--- /dev/null
+++ b/textproc/p5-String-Approx/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/03/29 18:48:13 tv Exp $
+#
+
+DISTNAME= String-Approx-3.20
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=String/}
+
+MAINTAINER= tv@duh.org
+HOMEPAGE= http://search.cpan.org/dist/String-Approx/
+COMMENT= Approximate (fuzzy) string matching library for Perl
+
+USE_BUILDLINK3= yes
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/String/Approx/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"