opnsense-ports/databases/rubygem-neighbor/Makefile
Franco Fichtner c240fa419c */*: sync with upstream
Taken from: FreeBSD
2024-05-21 13:53:19 +02:00

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>