# Created by: Matthew Seaman # $FreeBSD: head/databases/pg_citus/Makefile 413484 2016-04-16 23:24:14Z matthew $ PORTNAME= citus PORTVERSION= 5.0.1 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= pg_ MAINTAINER= matthew@FreeBSD.org COMMENT= Horizontally scale Postgresql using sharding and replication LICENSE= AGPLv3 USE_GITHUB= yes GH_ACCOUNT= citusdata USES= gmake pgsql:9.4+ autoreconf WANT_PGSQL= server GNU_CONFIGURE= yes INSTALL_TARGET= install-strip MAKE_ARGS= INSTALL="${INSTALL} -c" .include .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000033 BUILD_DEPENDS+= ${LOCALBASE}/bin/flex:textproc/flex MAKE_ARGS+= FLEX=${LOCALBASE}/bin/flex .endif .include