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