pkgsrc/textproc/p5-String-Approx/Makefile
tv 079db6ca8a Eek, meant to import 3.23, not 3.20. Since this is an update, ChangeLog:
=====

Mon Nov 30 15:18:15 2003  Jarkko Hietaniemi  <jhi@iki.fi>

        * Safeguards against trying to use greater edit distance
          than the pattern is long, inspired by 'idallen'.

        * Advise against using String::Approx for text comparisons,
          since String::Approx is meant for strings.

        * Released as 3.23.

Sun Oct 19 12:17:20 2003  Jarkko Hietaniemi  <jhi@iki.fi>

        * adistr($pattern, @inputs) returned absolute, not relative,
          distances in list context, reported by 'idallen'.

        * Released as 3.22.

Sat Oct 18 10:29:30 2003  Jarkko Hietaniemi  <jhi@iki.fi>

        * asubstitute() didn't substitute in $_ as promised,
          reported by Tim Maher.

        * Released as 3.21.
2004-03-29 18:51:27 +00:00

17 lines
488 B
Makefile

# $NetBSD: Makefile,v 1.2 2004/03/29 18:51:27 tv Exp $
#
DISTNAME= String-Approx-3.23
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"