blob: 49be551c6c88deb1f586117c2a26cd611116fffd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# Created by: Matthew Seaman
# $FreeBSD$
PORTNAME= citus
PORTVERSION= 8.3.0
DISTVERSIONPREFIX= v
CATEGORIES= databases
PKGNAMEPREFIX= pg_
MAINTAINER= matthew@FreeBSD.org
COMMENT= Horizontally scale Postgresql using sharding and replication
LICENSE= AGPLv3
USES= 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>
|