summaryrefslogtreecommitdiff
path: root/databases/postgresql-cstore_fdw/Makefile
blob: b20ef2de2208633be9fba770e0e0e50dca1490a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Jov <amutu@amutu.com>
# $FreeBSD$

PORTNAME=	cstore_fdw
PORTVERSION=	1.5.1
DISTVERSIONPREFIX=	v
CATEGORIES=	databases
PKGNAMEPREFIX=	postgresql${PGSQL_VER:S/.//}-

MAINTAINER=	amutu@amutu.com
COMMENT=	Columnar store for analytics with PostgreSQL

LICENSE=	PostgreSQL

LIB_DEPENDS=	libprotobuf-c.so:devel/protobuf-c

USES=		gmake pgsql:9.3+
USE_GITHUB=	yes
GH_ACCOUNT=	citusdata

WANT_PGSQL=	server

.include <bsd.port.mk>