1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/textproc/rubygem-amatch/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

21 lines
407 B
Makefile

PORTNAME= amatch
PORTVERSION= 0.4.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby library for approximate string matching and searching
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= rubygem-mize>=0:devel/rubygem-mize \
rubygem-tins>=1.0<2:devel/rubygem-tins
USES= gem
USE_RUBY= yes
PLIST_FILES= bin/agrep bin/dupfind
.include <bsd.port.mk>