blob: f48b4de4cfa736a17563f232af42873b92259890 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
PORTNAME= rqlite
DISTVERSIONPREFIX= v
DISTVERSION= 9.3.2
PORTREVISION= 2
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>
|