summaryrefslogtreecommitdiff
path: root/databases/postgresql95-plpython/Makefile
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2020-05-17 20:37:04 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2020-05-17 20:37:04 +0000
commit751aa87e6ac88bd51b95ae7f646cbe1aea156772 (patch)
tree52579a00ab8aec2f4988b46e16f077eda9c1f5a3 /databases/postgresql95-plpython/Makefile
parentAdding pplpy, a Python module providing a wrapper to the C++ Parma Polyhedra (diff)
The PostgreSQL Global Development Group has released an update to all
supported versions of our database system, including 12.3, 11.8, 10.13, 9.6.18, and 9.5.22. This release fixes one security issue found in the PostgreSQL server and over 75 bugs reported over the last three months. Please plan to update at your earliest convenience. Update the backup warning text. [1] Add plpython and plperl libs for hstore, jsonb and ltree for the versions where they exist. These libs are added to the postgresql??-plpython and -plperl ports, inspired by [2]. PR: 237910 [1], 245246 [2] Submitted by: Francesco [1], Loïc Bartoletti [2]
Diffstat (limited to 'databases/postgresql95-plpython/Makefile')
-rw-r--r--databases/postgresql95-plpython/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/postgresql95-plpython/Makefile b/databases/postgresql95-plpython/Makefile
index a5e70e9499d1..e6b6b52fa148 100644
--- a/databases/postgresql95-plpython/Makefile
+++ b/databases/postgresql95-plpython/Makefile
@@ -2,4 +2,6 @@
WANT_PGSQL_VER= 9.5
+INSTALL_DIRS= src/pl/plpython contrib/hstore_plpython contrib/ltree_plpython
+
.include "${.CURDIR}/../postgresql12-plpython/Makefile"