opnsense-ports/databases/postgresql95-plpython/Makefile

9 lines
217 B
Makefile

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"