8 lines
191 B
Makefile
8 lines
191 B
Makefile
# Created by: Palle Girgensohn <girgen@partitur.se>
|
|
# $FreeBSD$
|
|
|
|
WANT_PGSQL_VER= 9.5
|
|
|
|
INSTALL_DIRS= src/pl/plperl contrib/hstore_plperl
|
|
|
|
.include "${.CURDIR}/../postgresql13-plperl/Makefile"
|