mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 12:26:27 -04:00
Required for Gitlab 17.1 Changes: https://github.com/ankane/neighbor/blob/master/CHANGELOG.md
18 lines
361 B
Makefile
18 lines
361 B
Makefile
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>
|