aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-jaro_winkler/Makefile
blob: c469ea37842d6207903abf4cdd398e63b5687114 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	jaro_winkler
PORTVERSION=	1.5.4
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Jaro-Winkler distance algorithm implementation
WWW=		https://github.com/tonytonyjan/jaro_winkler

LICENSE=	MIT

USES=		gem
USE_RUBY=	yes

.include <bsd.port.mk>