opnsense-ports/textproc/rubygem-amatch/Makefile
Franco Fichtner 3d6656350a */*: sync with upstream
Taken from: FreeBSD
2015-05-24 11:45:42 +02:00

22 lines
396 B
Makefile

# $FreeBSD$
PORTNAME= amatch
PORTVERSION= 0.3.0
PORTREVISION= 1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby library for approximate string matching and searching
LICENSE= GPLv2
RUN_DEPENDS= rubygem-tins>=1.0:${PORTSDIR}/devel/rubygem-tins
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/agrep.rb
.include <bsd.port.mk>