blob: ff90e48fc1df8119a6f21d7177cba3c2dbaff865 (
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
24
25
26
27
28
29
30
31
|
PORTNAME= cstore_fdw
PORTVERSION= 1.7.0
DISTVERSIONPREFIX= v
CATEGORIES= databases
PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}-
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
PATCHFILES+= 2b6bf67ca60faf5a3ebe914fad53257a634ae48a.patch:-p1
MAINTAINER= farrokhi@FreeBSD.org
COMMENT= Columnar store for analytics with PostgreSQL
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libprotobuf-c.so:devel/protobuf-c
USES= gmake pgsql:9.3+
SUB_FILES= pkg-message
LLD_UNSAFE= yes
USE_GITHUB= yes
GH_ACCOUNT= citusdata
WANT_PGSQL= server
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/cstore_fdw.so
.include <bsd.port.mk>
|