Final release was in Fabruary 2020. WWW: https://www.postgresql.org/support/versioning/ Also, fix build problems with plperl and plpython for 9.4
8 lines
121 B
Makefile
8 lines
121 B
Makefile
# $FreeBSD$
|
|
|
|
WANT_PGSQL_VER= 9.4
|
|
|
|
INSTALL_DIRS= src/pl/plpython
|
|
|
|
.include "${.CURDIR}/../postgresql12-plpython/Makefile"
|