aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql96-plpython/Makefile
blob: 0419cfc0b0c06628e75f4fb5289680448ef02eda (plain) (blame)
1
2
3
4
5
6
7
8
WANT_PGSQL_VER=	9.6

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"