diff options
Diffstat (limited to 'databases/postgresql95-plpython')
-rw-r--r-- | databases/postgresql95-plpython/Makefile | 8 | ||||
-rw-r--r-- | databases/postgresql95-plpython/pkg-descr | 6 |
2 files changed, 0 insertions, 14 deletions
diff --git a/databases/postgresql95-plpython/Makefile b/databases/postgresql95-plpython/Makefile deleted file mode 100644 index 3ab634d877cf..000000000000 --- a/databases/postgresql95-plpython/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -WANT_PGSQL_VER= 9.5 - -INSTALL_DIRS= src/pl/plpython contrib/hstore_plpython contrib/ltree_plpython - -# this port fails to build in parallel -MAKE_JOBS_UNSAFE= yes - -.include "${.CURDIR}/../postgresql14-plpython/Makefile" diff --git a/databases/postgresql95-plpython/pkg-descr b/databases/postgresql95-plpython/pkg-descr deleted file mode 100644 index 416cce467d37..000000000000 --- a/databases/postgresql95-plpython/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -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/ |