opnsense-ports/textproc/rubygem-amatch/Makefile
Franco Fichtner ee21c0da7e */*: sync with upstream
Taken from: FreeBSD
2022-01-11 12:41:17 +01:00

22 lines
445 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
CONFLICTS_INSTALL= agrep # bin/agrep
PLIST_FILES= bin/agrep bin/dupfind
.include <bsd.port.mk>