aboutsummaryrefslogtreecommitdiff
path: root/ports/libpq/CONTROL
blob: e42dd5f5e20c60294f7449314a307311bcb24dfb (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
Source: libpq
Version: 12.2
Port-Version: 6
Build-Depends: libpq[bonjour] (osx)
Supports: !uwp
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: python
Build-Depends: python3, libpq[core,client]
Description: build the PL/Python server programming language (dynamic only?) (--with-python)

Feature: tcl
Build-Depends: tcl, libpq[core,client]
Description: build the PL/Tcl procedural language(dynamic only?) (--with-tcl)

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

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

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.