freebsd-ports/databases/postgresql-cstore_fdw/Makefile
2018-08-07 14:36:24 +00:00

30 lines
590 B
Makefile

# Created by: Jov <amutu@amutu.com>
# $FreeBSD$
PORTNAME= cstore_fdw
PORTVERSION= 1.6.1
DISTVERSIONPREFIX= v
CATEGORIES= databases
PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}-
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
SUB_FILES= pkg-message
USES= gmake pgsql:9.3+
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>