aboutsummaryrefslogtreecommitdiff
path: root/databases/timescaledb-tune/Makefile
blob: 55dcf2e15f9a717f6b1a9a715ddc11911dc6deec (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=	3
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>