freebsd-ports/textproc/rubygem-amatch/Makefile
Dirk Meyer 4b310fd5a0 This is a Ruby library for approximate string matching and searching
using a dynamic programming algorithm to compute the Levenstein
distance between strings.  Written in C for speed.

WWW: http://flori.github.io/amatch/
2014-09-21 15:13:07 +00:00

15 lines
274 B
Makefile

# $FreeBSD$
PORTNAME= amatch
PORTVERSION= 0.3.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby library for approximate string matching and searching
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>