aa1ed0e82c
Release notes: https://www.postgresql.org/about/news/2077/
8 lines
190 B
Makefile
8 lines
190 B
Makefile
# Created by: Palle Girgensohn <girgen@partitur.se>
|
|
# $FreeBSD$
|
|
|
|
WANT_PGSQL_VER= 10
|
|
|
|
INSTALL_DIRS= src/pl/plperl contrib/hstore_plperl
|
|
|
|
.include "${.CURDIR}/../postgresql13-plperl/Makefile"
|