Lines 3-9
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= dnsdist |
4 |
PORTNAME= dnsdist |
5 |
DISTVERSION= 1.3.0 |
5 |
DISTVERSION= 1.3.0 |
6 |
PORTREVISION= 1 |
6 |
PORTREVISION= 2 |
7 |
CATEGORIES= dns net |
7 |
CATEGORIES= dns net |
8 |
MASTER_SITES= https://downloads.powerdns.com/releases/ \ |
8 |
MASTER_SITES= https://downloads.powerdns.com/releases/ \ |
9 |
LOCAL/cpm |
9 |
LOCAL/cpm |
Lines 22-30
Link Here
|
22 |
libsodium.so:security/libsodium |
22 |
libsodium.so:security/libsodium |
23 |
|
23 |
|
24 |
GNU_CONFIGURE= yes |
24 |
GNU_CONFIGURE= yes |
25 |
USES= bison compiler cpe gmake libedit libtool localbase lua:52 \ |
25 |
USES= bison compiler cpe gmake libedit libtool localbase \ |
26 |
pkgconfig tar:bz2 |
26 |
pkgconfig tar:bz2 |
27 |
CONFIGURE_ARGS= --bindir=${PREFIX}/sbin \ |
27 |
CONFIGURE_ARGS= --bindir=${PREFIX}/sbin \ |
|
|
28 |
--enable-dns-over-tls \ |
28 |
--enable-dnscrypt \ |
29 |
--enable-dnscrypt \ |
29 |
--enable-libsodium \ |
30 |
--enable-libsodium \ |
30 |
--enable-re2 |
31 |
--enable-re2 |
Lines 36-41
Link Here
|
36 |
|
37 |
|
37 |
USE_RC_SUBR= dnsdist |
38 |
USE_RC_SUBR= dnsdist |
38 |
|
39 |
|
|
|
40 |
OPTIONS_DEFINE= FSTRM LUAJIT SNMP |
41 |
OPTIONS_DEFAULT= GNUTLS OPENSSL |
42 |
OPTIONS_MULTI= TLS |
43 |
OPTIONS_MULTI_TLS= GNUTLS OPENSSL |
44 |
|
45 |
FSTRM_DESC= dnstap support (see dnstap.info) |
46 |
LUAJIT_DESC= Use LuaJIT instead of Lua |
47 |
|
48 |
FSTRM_LIB_DEPENDS= libfstrm.so:devel/fstrm |
49 |
FSTRM_CONFIGURE_ENABLE= fstrm |
50 |
|
51 |
GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls |
52 |
GNUTLS_CONFIGURE_ENABLE=gnutls |
53 |
|
54 |
LUAJIT_LIB_DEPENDS= libluajit-5.1.so.2:lang/luajit |
55 |
LUAJIT_USES_OFF= lua |
56 |
LUAJIT_CONFIGURE_WITH= luajit |
57 |
|
58 |
OPENSSL_USES= ssl |
59 |
OPENSSL_CONFIGURE_ENABLE=libssl |
60 |
|
61 |
SNMP_LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp |
62 |
SNMP_CONFIGURE_WITH= net-snmp |
63 |
|
39 |
.include <bsd.port.pre.mk> |
64 |
.include <bsd.port.pre.mk> |
40 |
|
65 |
|
41 |
# Fix dnsdist binaries when building on FreeBSD 10.3 |
66 |
# Fix dnsdist binaries when building on FreeBSD 10.3 |