summaryrefslogtreecommitdiff
path: root/databases/postgresql10-plperl/Makefile
blob: 8fce882803fae959a18618299bbc579a8c0439fd (plain) (blame)
1
2
3
4
5
6
7
8
WANT_PGSQL_VER=	10

INSTALL_DIRS=	src/pl/plperl contrib/hstore_plperl

# this port fails to build in parallel
MAKE_JOBS_UNSAFE=	yes

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