18 lines
361 B
Makefile
18 lines
361 B
Makefile
PORTNAME= neighbor
|
|
PORTVERSION= 0.2.3
|
|
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-activerecord61>=5.2:databases/rubygem-activerecord61
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|