mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
FuzzyMatch finds a needle in a haystack based on string similarity and regular expression rules. WWW: https://github.com/seamusabshere/fuzzy_match
21 lines
372 B
Makefile
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>
|