diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2022-05-18 21:11:48 +0200 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2022-05-19 15:36:48 +0200 |
commit | 5b11f47f0d59c95f6dcf1ff75badede5ec84e72e (patch) | |
tree | ddbd6345593e54c390ac3b9b04b4403cae76366b /databases/postgresql15-plpython/pkg-descr | |
parent | shell/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-plpython/pkg-descr')
-rw-r--r-- | databases/postgresql15-plpython/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/databases/postgresql15-plpython/pkg-descr b/databases/postgresql15-plpython/pkg-descr new file mode 100644 index 000000000000..416cce467d37 --- /dev/null +++ b/databases/postgresql15-plpython/pkg-descr @@ -0,0 +1,6 @@ +PL/Python allows one to write PostgeSQL stored functions and +procedures in Python (http://www.python.org/). + +This software is part of the standard PostgreSQL distribution. + +WWW: https://www.postgresql.org/ |