1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/databases/pg_citus/Makefile
2024-02-27 18:04:33 +00:00

35 lines
736 B
Makefile

PORTNAME= citus
PORTVERSION= 12.1.2
DISTVERSIONPREFIX= v
CATEGORIES= databases
PKGNAMEPREFIX= pg_
MAINTAINER= matthew@FreeBSD.org
COMMENT= Horizontally scale Postgresql using sharding and replication
WWW= https://www.citusdata.com/
LICENSE= AGPLv3
USES= compiler:c11 gmake pgsql:14+ autoreconf readline ssl \
gettext-runtime
LIB_DEPENDS= liblz4.so:archivers/liblz4 \
libzstd.so:archivers/zstd
WANT_PGSQL= lib server
GNU_CONFIGURE= yes
OPTIONS_DEFINE= ANONSTATS
ANONSTATS_DESC= Enable anonymous statistics collection
ANONSTATS_CONFIGURE_WITH= libcurl
ANONSTATS_LIB_DEPENDS= libcurl.so:ftp/curl
USE_GITHUB= yes
GH_ACCOUNT= citusdata
INSTALL_TARGET= install-strip
MAKE_ARGS= INSTALL="${INSTALL} -c"
.include <bsd.port.mk>