summaryrefslogtreecommitdiff
path: root/devel/rubygem-jaro_winkler/Makefile
blob: 226e4ca3697477cdd2233c0d34eecf0f37442b02 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	jaro_winkler
PORTVERSION=	1.5.4
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Jaro-Winkler distance algorithm implementation

LICENSE=	MIT

USES=		gem
USE_RUBY=	yes

.include <bsd.port.mk>