aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-amatch/Makefile
blob: 26d8defa296472157df40c2bd022dfd10697fadc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PORTNAME=	amatch
PORTVERSION=	0.4.1
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Ruby library for approximate string matching and searching
WWW=		https://github.com/flori/amatch

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

CONFLICTS_INSTALL=	agrep # bin/agrep

.include <bsd.port.mk>