summaryrefslogtreecommitdiff
path: root/databases/postgresql96-plperl/Makefile
blob: e3954311fb71415c5bf77d26c5ad317c5128e74d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Created by: Palle Girgensohn <girgen@partitur.se>

WANT_PGSQL_VER=	9.6

INSTALL_DIRS=	src/pl/plperl contrib/hstore_plperl

# this port fails to build in parallel
MAKE_JOBS_UNSAFE=	yes

.include "${.CURDIR}/../postgresql14-plperl/Makefile"