1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00
Files
ports/databases/timescaledb-tune/Makefile
T
2026-05-09 13:25:51 -04:00

22 lines
460 B
Makefile

PORTNAME= timescaledb-tune
DISTVERSIONPREFIX= v
DISTVERSION= 0.19.0
PORTREVISION= 1
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>