freebsd-ports/databases/timescaledb/Makefile
Kevin Bowling 7ae62e2499 databases/timescaledb: Update to 2.5.0
New features:
* Continuous Aggregates for Distributed Hypertables
* Support for PostgreSQL 14
* Add support for timezones in time_bucket_ng()

Changes:	https://github.com/timescale/timescaledb/blob/master/CHANGELOG.md#250-2021-10-28
2021-10-27 22:28:47 -07:00

40 lines
998 B
Makefile

# Created by: Kevin Bowling <kbowling@freebsd.org>
PORTNAME= timescaledb
PORTVERSION= 2.5.0
CATEGORIES= databases
MAINTAINER= kbowling@FreeBSD.org
COMMENT= Time-series database built on PostgreSQL
LICENSE= APACHE20 TSL
LICENSE_COMB= multi
LICENSE_NAME_TSL= Timescale License Agreement
LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE
LICENSE_FILE_TSL= ${WRKSRC}/tsl/LICENSE-TIMESCALE
LICENSE_PERMS_TSL= dist-mirror pkg-mirror auto-accept
USES= compiler:c11 cmake gettext-runtime pgsql:12,13,14
USE_GITHUB= YES
GH_ACCOUNT= timescale
PLIST_SUB= PORTVERSION=${PORTVERSION}
SUB_FILES= pkg-message
SUB_LIST= PORTVERSION=${PORTVERSION}
OPTIONS_DEFINE= SSL TSL
OPTIONS_DEFAULT= SSL TSL
OPTIONS_SUB= yes
SSL_DESC= Build with OpenSSL support
TSL_DESC= Enables TSL licensed code in additon to Apache license code
SSL_CMAKE_BOOL= USE_OPENSSL
SSL_USES= ssl
TSL_CMAKE_BOOL_OFF= APACHE_ONLY
CMAKE_OFF= REGRESS_CHECKS TAP_CHECKS WARNINGS_AS_ERRORS
WANT_PGSQL= lib server
.include <bsd.port.mk>