aboutsummaryrefslogtreecommitdiff
path: root/ports/libpq/CONTROL
blob: 724d9acd8f71ac934ec79c05ca11a82677a8634f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
Source: libpq
Version: 12.0
Build-Depends: libpq[bonjour] (osx)
Homepage: https://www.postgresql.org/
Description: The official database access API of postgresql
Default-Features: zlib, openssl

Feature: openssl
Build-Depends: openssl
Description: support for encrypted client connections and random number generation on platforms that do not have "/dev/urandom" (except windows) (--with-openssl)

Feature: zlib
Build-Depends: zlib
Description: Use zlib (else --without-zlib)

Feature: readline
Build-Depends: readline
Description: Use readline (else --without-readline)

Feature: libedit
Build-Depends: libedit
Description: prefer libedit (--with-libedit-preferred)

Feature: perl
Build-Depends: perl
Description: build the server programming language PL/Perl (dynamic only?) (--with-perl)

Feature: python
Build-Depends: python
Description: build the PL/Python server programming language (dynamic only?) (--with-python)

Feature: tcl
Build-Depends: tcl
Description: build the PL/Tcl procedural language(dynamic only?) (--with-tcl)

Feature: nls
Build-Depends: gettext
Description: Native Language Support (--enable-nls[=LANGUAGES])

Feature: kerberos
Build-Depends: kerberos
Description: Kerberos Support (--with-gssapi)

Feature: systemd
Description: Build with support for systemd service notifications. (--with-systemd)

Feature: ldap
Build-Depends: openldap (linux)
Description: LDAP Support (--with-ldap)

Feature: bsd
Build-Depends: openbsd
Description: OpenBSD Support (--with-bsd-auth)

Feature: pam
Build-Depends: pam
Description: Build with PAM (Pluggable Authentication Modules) support. (--with-pam)

Feature: llvm
Build-Depends: llvm
Description: Build with support for LLVM based JIT compilation (--with-llvm)

Feature: icu
Build-Depends: icu
Description: Build with support for the ICU library (--with-icu)

Feature: bonjour
Description: Build with Bonjour support (--with-bonjour)

Feature: uuid
Description: Build the uuid-ossp module (which provides functions to generate UUIDs) (--with-uuid=LIBRARY LIBRARY=(bsd|e2fs|ossp))

Feature: xml
Build-Depends: libxml2
Description: Build with libxml (--with-libxml)

Feature: xslt
Build-Depends: libxslt
Description: Build with libxslt (--with-libxslt)

Feature: client
Description: Build all client tools and libraries.