Yuri Victorovich ce105375ef databases/rqlite: update 8.30.5 → 8.31.0
Reported by:	portscout
2024-09-25 01:33:32 -07:00

25 lines
456 B
Makefile

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