opnsense-ports/databases/pg_citus/Makefile
Franco Fichtner a6df244d8d */*: sync with upstream
Taken from: FreeBSD
2016-05-20 08:45:31 +02:00

33 lines
660 B
Makefile

# Created by: Matthew Seaman
# $FreeBSD$
PORTNAME= citus
PORTVERSION= 5.1.0
PORTREVISION= 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 <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000033
BUILD_DEPENDS+= ${LOCALBASE}/bin/flex:textproc/flex
MAKE_ARGS+= FLEX=${LOCALBASE}/bin/flex
.endif
.include <bsd.port.post.mk>