diff --git a/database/postgresql/postgresql.conf b/database/postgresql/postgresql.conf index 3b6aaefcb..a5a74d5bc 100644 --- a/database/postgresql/postgresql.conf +++ b/database/postgresql/postgresql.conf @@ -38,9 +38,12 @@ pkginstalled openssl && \ # --with-tcl build Tcl modules (PL/Tcl) +# Perl module support (PL/Perl) if pkginstalled perl; then var_append extraconfopt " " "--with-perl" fi + +# Python modules support (PL/Python) if pkginstalled python; then var_append extraconfopt " " "--with-python" fi