summaryrefslogtreecommitdiff
path: root/databases/rubygem-neighbor/Makefile
blob: bd67350c81a9d445d2aec1cce80966db1aa0fee5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	neighbor
PORTVERSION=	0.3.2
CATEGORIES=	databases rubygems
MASTER_SITES=	RG

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	Ruby nearest neighbor search for Rails and Postgres
WWW=		https://github.com/ankane/neighbor

LICENSE=	MIT

RUN_DEPENDS=	rubygem-activerecord70>=6.1:databases/rubygem-activerecord70

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>