2017-06-30 23:08:46 +02:00
|
|
|
# Created by: Kevin Bowling <kbowling@freebsd.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= timescaledb
|
2018-11-02 21:25:49 +01:00
|
|
|
PORTVERSION= 1.0.0
|
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
2018-12-12 02:35:33 +01:00
|
|
|
PORTREVISION= 1
|
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-09-13 00:15:53 +02:00
|
|
|
USES= compiler:c11 cmake:outsource pgsql:9.6,10 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>
|