blob: d623f95d590fe6455c7f480c3b859b1aefd9b17c (
plain) (
blame)
1
2
3
4
5
6
7
8
|
# Created by: Palle Girgensohn <girgen@partitur.se>
# $FreeBSD$
WANT_PGSQL_VER= 10
INSTALL_DIRS= src/pl/plperl contrib/hstore_plperl
.include "${.CURDIR}/../postgresql12-plperl/Makefile"
|