ports/devel/rubygem-fuzzy_match/Makefile
Po-Chuan Hsieh 3d53fce720
devel/rubygem-fuzzy_match: Add rubygem-fuzzy_match 2.1.0
FuzzyMatch finds a needle in a haystack based on string similarity and regular
expression rules.

WWW: https://github.com/seamusabshere/fuzzy_match
2021-06-15 01:32:47 +08:00

21 lines
372 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= fuzzy_match
PORTVERSION= 2.1.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Fuzzy match using string similarity and regexp rules
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PLIST_FILES= bin/fuzzy_match
.include <bsd.port.mk>