blob: f0209f0754cd83b098a62109a92addc5566d5211 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= timescaledb-tune
DISTVERSIONPREFIX= v
DISTVERSION= 0.14.1
PORTREVISION= 4
CATEGORIES= databases
MAINTAINER= kbowling@FreeBSD.org
COMMENT= Tool for tuning TimescaleDB for better performance
WWW= https://github.com/timescale/timescaledb-tune
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
GO_MODULE= github.com/timescale/timescaledb-tune
GO_TARGET= ./cmd/${PORTNAME}
PLIST_FILES= bin/timescaledb-tune
.include <bsd.port.mk>
|