Lines 2-8
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= recursor |
4 |
PORTNAME= recursor |
5 |
DISTVERSION= 4.3.5 |
5 |
DISTVERSION= 4.4.0 |
6 |
CATEGORIES= dns |
6 |
CATEGORIES= dns |
7 |
MASTER_SITES= http://downloads.powerdns.com/releases/ |
7 |
MASTER_SITES= http://downloads.powerdns.com/releases/ |
8 |
PKGNAMEPREFIX= powerdns- |
8 |
PKGNAMEPREFIX= powerdns- |
Lines 39-52
Link Here
|
39 |
USERS= pdns_recursor |
39 |
USERS= pdns_recursor |
40 |
GROUPS= pdns |
40 |
GROUPS= pdns |
41 |
|
41 |
|
|
|
42 |
OPTIONS_DEFINE= DNSTAP |
42 |
OPTIONS_DEFAULT= LUA |
43 |
OPTIONS_DEFAULT= LUA |
43 |
OPTIONS_SINGLE= EXTLUA |
44 |
OPTIONS_SINGLE= EXTLUA |
44 |
OPTIONS_SINGLE_EXTLUA= LUA LUAJIT LUAJITOR |
45 |
OPTIONS_SINGLE_EXTLUA= LUA LUAJIT LUAJITOR |
45 |
|
46 |
|
|
|
47 |
DNSTAP_DESC= dnstap support (see dnstap.info) |
46 |
LUAJITOR_DESC= Use lang/luajit-openresty |
48 |
LUAJITOR_DESC= Use lang/luajit-openresty |
47 |
LUAJIT_DESC= Use lang/luajit |
49 |
LUAJIT_DESC= Use lang/luajit |
48 |
LUA_DESC= Use lang/lua |
50 |
LUA_DESC= Use lang/lua |
49 |
|
51 |
|
|
|
52 |
DNSTAP_LIB_DEPENDS= libfstrm.so:devel/fstrm |
53 |
DNSTAP_CONFIGURE_ENABLE= dnstap |
54 |
|
50 |
LUAJITOR_LIB_DEPENDS= libluajit-5.1.so.2:lang/luajit-openresty |
55 |
LUAJITOR_LIB_DEPENDS= libluajit-5.1.so.2:lang/luajit-openresty |
51 |
LUAJITOR_CONFIGURE_ON= --with-lua=luajit |
56 |
LUAJITOR_CONFIGURE_ON= --with-lua=luajit |
52 |
|
57 |
|