1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/databases/timescaledb-tune/Makefile
Kevin Bowling 3a67045955 databases/timescaledb-tune: Update to 0.18.0
Sponsored by:	BBOX.io
2024-11-13 20:56:47 -07:00

21 lines
444 B
Makefile

PORTNAME= timescaledb-tune
DISTVERSIONPREFIX= v
DISTVERSION= 0.18.0
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>