forked from Lainports/freebsd-ports
Add postgresql-wal2json, an output plugin for logical decoding. WWW: https://github.com/eulerto/wal2json PR: 257904
23 lines
552 B
Makefile
23 lines
552 B
Makefile
PORTNAME= wal2json
|
|
PORTVERSION= 2.5
|
|
CATEGORIES= databases
|
|
PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}-
|
|
|
|
MAINTAINER= daniel@morante.net
|
|
COMMENT= JSON output plugin for changeset extraction for PostgreSQL databases
|
|
WWW= https://github.com/getsentry/wal2json/
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gmake pgsql:11-14
|
|
WANT_PGSQL= server
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= eulerto
|
|
GH_TAGNAME= ${PORTNAME}_${PORTVERSION:S/./_/}
|
|
|
|
MAKE_ARGS= PG_CONFIG=${LOCALBASE}/bin/pg_config
|
|
|
|
PLIST_FILES= lib/postgresql/wal2json.so
|
|
|
|
.include <bsd.port.mk>
|