freebsd-ports/devel/rubygem-jaro_winkler/Makefile
Sunpoet Po-Chuan Hsieh 34846c25f5 Add rubygem-jaro_winkler 1.5.1
jaro_winkler is an implementation of Jaro-Winkler distance algorithm which is
written in C extension and will fallback to pure Ruby version in platforms other
than MRI/KRI like JRuby or Rubinius. Both of C and Ruby implementation support
any kind of string encoding, such as UTF-8, EUC-JP, Big5, etc.

WWW: https://github.com/tonytonyjan/jaro_winkler
2018-07-31 23:42:59 +00:00

17 lines
303 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= jaro_winkler
PORTVERSION= 1.5.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Jaro-Winkler distance algorithm implementation
LICENSE= MIT
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>