Added
Link Here
|
1 |
PORTNAME= wal2json |
2 |
PORTVERSION= 2.3 |
3 |
CATEGORIES= databases |
4 |
PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}- |
5 |
|
6 |
MAINTAINER= daniel@morante.net |
7 |
COMMENT= JSON output plugin for changeset extraction for PostgreSQL databases |
8 |
|
9 |
LICENSE= BSD3CLAUSE |
10 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
11 |
|
12 |
USES= gmake pgsql:9.6-13 |
13 |
WANT_PGSQL= server |
14 |
USE_GITHUB= yes |
15 |
GH_ACCOUNT= eulerto |
16 |
GH_TAGNAME= ${PORTNAME}_${PORTVERSION:S/./_/} |
17 |
|
18 |
MAKE_ARGS= PG_CONFIG=${LOCALBASE}/bin/pg_config |
19 |
|
20 |
PLIST_FILES= lib/postgresql/wal2json.so |
21 |
|
22 |
.include <bsd.port.mk> |