19 lines
377 B
Makefile
19 lines
377 B
Makefile
PORTNAME= neighbor
|
|
PORTVERSION= 0.2.3
|
|
PORTREVISION= 1
|
|
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>=5.2:databases/rubygem-activerecord70
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|