blob: 71e94d3d32dffc4bf452058462e5969e489bc6b1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Created by: Kevin Bowling <kbowling@freebsd.org>
# $FreeBSD$
PORTNAME= timescaledb
PORTVERSION= 0.12.0
CATEGORIES= databases
MAINTAINER= kbowling@FreeBSD.org
COMMENT= Time-series database built on PostgreSQL
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= compiler:c11 cmake:outsource pgsql:9.6,10 ssl
USE_GITHUB= YES
GH_ACCOUNT= timescale
WANT_PGSQL= server
PLIST_SUB= PORTVERSION=${PORTVERSION}
SUB_FILES= pkg-message
.include <bsd.port.mk>
|