2017-06-30 23:08:46 +02:00
|
|
|
# Created by: Kevin Bowling <kbowling@freebsd.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= timescaledb
|
2018-12-16 14:07:05 +01:00
|
|
|
PORTVERSION= 1.1.0
|
2017-06-30 23:08:46 +02:00
|
|
|
CATEGORIES= databases
|
|
|
|
|
|
|
|
MAINTAINER= kbowling@FreeBSD.org
|
|
|
|
COMMENT= Time-series database built on PostgreSQL
|
|
|
|
|
|
|
|
LICENSE= APACHE20
|
2018-11-02 21:25:49 +01:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE-APACHE
|
2017-06-30 23:08:46 +02:00
|
|
|
|
2018-12-16 14:07:05 +01:00
|
|
|
USES= compiler:c11 cmake:outsource pgsql:9.6,10,11 ssl
|
2017-08-14 19:02:33 +02:00
|
|
|
|
2017-06-30 23:08:46 +02:00
|
|
|
USE_GITHUB= YES
|
|
|
|
GH_ACCOUNT= timescale
|
|
|
|
|
2017-07-20 22:29:03 +02:00
|
|
|
WANT_PGSQL= server
|
|
|
|
|
2018-07-16 14:48:40 +02:00
|
|
|
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
2017-11-23 11:20:30 +01:00
|
|
|
SUB_FILES= pkg-message
|
|
|
|
|
2017-06-30 23:08:46 +02:00
|
|
|
.include <bsd.port.mk>
|