Dag-Erling Smørgrav 75d873b56a many: Unpin Go ports
* Ports that were pinned to a deprecated version of Go (1.23 or older)
  have been unpinned.

* Ports that were pinned to a still-supported version of Go (1.24 or
  newer) have been converted to requesting that as their minimum Go
  version.

* Ports that had been forcibly deprecated for pinning an expired Go
  version have been undeprecated.
2025-12-16 00:06:00 +01:00

27 lines
508 B
Makefile

PORTNAME= rqlite
DISTVERSIONPREFIX= v
DISTVERSION= 9.3.2
PORTREVISION= 1
CATEGORIES= databases
MAINTAINER= yuri@FreeBSD.org
COMMENT= Lightweight, distributed relational database built on SQLite
WWW= https://rqlite.io \
https://github.com/rqlite/rqlite
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:1.25+,modules
GO_MODULE= github.com/rqlite/rqlite/v9
GO_TARGET= ./cmd/rqbench \
./cmd/rqlite \
./cmd/rqlited
PLIST_FILES= bin/rqbench \
bin/rqlite \
bin/rqlited
.include <bsd.port.mk>