opnsense-ports/databases/postgresql10-plpython/Makefile
Franco Fichtner ce8e07b088 */*: sync with upstream
Taken from: HardenedBSD
2021-05-21 11:32:43 +02:00

8 lines
216 B
Makefile

WANT_PGSQL_VER= 10
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"