9c30169314
the dynamic programming technique used for the Wagner-Fischer (and so for the Levenshtein) edit distance. WWW: http://search.cpan.org/dist/Text-Brew/
21 lines
393 B
Makefile
21 lines
393 B
Makefile
# New ports collection makefile for: Text::Brew
|
|
# Date created: 22 Aug 2012
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Text-Brew
|
|
PORTVERSION= 0.02
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension for the Brew edit distance
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Text::Brew.3
|
|
|
|
.include <bsd.port.mk>
|