summaryrefslogtreecommitdiff
path: root/databases/postgresql15-client
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2022-05-18 21:11:48 +0200
committerPalle Girgensohn <girgen@FreeBSD.org>2022-05-19 15:36:48 +0200
commit5b11f47f0d59c95f6dcf1ff75badede5ec84e72e (patch)
treeddbd6345593e54c390ac3b9b04b4403cae76366b /databases/postgresql15-client
parentshell/zsh: remove unnneeded patch (diff)
databases/postgresql??-*: add postgresql-15 to the ports tree
Introduce PostgreSQL-15 to the ports tree. Make version 15 the master port, and add plist parameter for the postgresql version. Release notes: https://www.postgresql.org/docs/devel/release.html
Diffstat (limited to 'databases/postgresql15-client')
-rw-r--r--databases/postgresql15-client/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/databases/postgresql15-client/Makefile b/databases/postgresql15-client/Makefile
new file mode 100644
index 000000000000..8edddb7cd6f5
--- /dev/null
+++ b/databases/postgresql15-client/Makefile
@@ -0,0 +1,20 @@
+# Created by: Palle Girgensohn <girgen@FreeBSD.org>
+
+PORTNAME= postgresql
+PORTREVISION= 0
+
+COMMENT= PostgreSQL database (client)
+
+MASTERDIR= ${.CURDIR}/../postgresql15-server
+
+BUILD_DIRS= config src/include src/interfaces src/port \
+ src/bin/pg_dump src/bin/psql src/bin/scripts src/bin/pg_config \
+ src/bin/pgbench doc src/makefiles src/test/regress
+INSTALL_DIRS= ${BUILD_DIRS}
+
+CLIENT_ONLY= yes
+COMPONENT= -client
+USE_LDCONFIG= yes
+USES= pkgconfig
+
+.include "${MASTERDIR}/Makefile"