mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 18:46:38 -04:00
32 lines
722 B
Makefile
32 lines
722 B
Makefile
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
|
|
WWW= https://github.com/citusdata/cstore_fdw
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libprotobuf-c.so:devel/protobuf-c
|
|
|
|
USES= gmake pgsql:11-13
|
|
|
|
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>
|