ports/databases/postgresql-cstore_fdw/Makefile
Kevin Bowling 8a15171416 databases/postgresql-cstore_fdw: Fix for pgsql 13
PR:		259028
Approved by:	maintainer timeout
2021-10-23 16:30:30 -07:00

33 lines
712 B
Makefile

# Created by: Jov <amutu@amutu.com>
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>