blob: 6c8a535839218b17192e100f2a9eeb6f8cd07204 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= pg_filedump
PORTVERSION= 14.0
CATEGORIES= databases
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Display formatted contents of a PostgreSQL heap, index, or control file
LICENSE= GPLv2+
USES= gmake pgsql
MAKE_ARGS= PG_LDFLAGS=-lintl
WANT_PGSQL= lib server
PLIST_FILES= bin/pg_filedump
GH_ACCOUNT= df7cb
GH_TAGNAME= REL_${PORTVERSION:R}_${PORTVERSION:E}
USE_GITHUB= yes
.include <bsd.port.mk>
|