blob: 416b7dd35f5a6a4812bf82dc77a368634cf6cb6f (
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.18.1
PORTREVISION= 6
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>
|