freebsd-ports/textproc/p5-Text-Brew/Makefile
Jun Kuriyama 9c30169314 This module implements the Brew edit distance that is very close to
the dynamic programming technique used for the Wagner-Fischer (and so
for the Levenshtein) edit distance.

WWW: http://search.cpan.org/dist/Text-Brew/
2012-08-22 13:29:18 +00:00

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>