1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/databases/pg_citus/Makefile
Matthew Seaman 98b9c02e5f Update to 9.2.4
This release is a fix for errors in the previous 9.2.3 release.

ChangeLog:	 https://github.com/citusdata/citus/blob/v9.2.4/CHANGELOG.md
2020-04-01 17:17:37 +00:00

33 lines
649 B
Makefile

# Created by: Matthew Seaman
# $FreeBSD$
PORTNAME= citus
PORTVERSION= 9.2.4
DISTVERSIONPREFIX= v
CATEGORIES= databases
PKGNAMEPREFIX= pg_
MAINTAINER= matthew@FreeBSD.org
COMMENT= Horizontally scale Postgresql using sharding and replication
LICENSE= AGPLv3
USES= compiler:c11 gmake pgsql:10+ autoreconf readline
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>