Lines 2-8
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= recursor |
4 |
PORTNAME= recursor |
5 |
DISTVERSION= 4.3.2 |
5 |
DISTVERSION= 4.3.3 |
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= LUAJIT |
42 |
OPTIONS_DEFAULT= LUA |
|
|
43 |
OPTIONS_SINGLE= EXTLUA |
44 |
OPTIONS_SINGLE_EXTLUA= LUA LUAJIT LUAJITOR |
43 |
|
45 |
|
44 |
LUAJIT_DESC= Use LuaJIT instead of Lua |
46 |
LUAJITOR_DESC= Use lang/luajit-openresty |
|
|
47 |
LUAJIT_DESC= Use lang/luajit |
48 |
LUA_DESC= Use lang/lua |
45 |
|
49 |
|
46 |
LUAJIT_LIB_DEPENDS= libluajit-5.1.so.2:lang/luajit-openresty |
50 |
LUAJITOR_LIB_DEPENDS= libluajit-5.1.so.2:lang/luajit-openresty |
47 |
LUAJIT_USES_OFF= lua |
51 |
LUAJITOR_CONFIGURE_ON= --with-lua=luajit |
|
|
52 |
|
53 |
LUAJIT_LIB_DEPENDS= libluajit-5.1.so.2:lang/luajit |
48 |
LUAJIT_CONFIGURE_ON= --with-lua=luajit |
54 |
LUAJIT_CONFIGURE_ON= --with-lua=luajit |
49 |
|
55 |
|
|
|
56 |
LUA_USES= lua |
57 |
|
50 |
.include <bsd.port.pre.mk> |
58 |
.include <bsd.port.pre.mk> |
51 |
|
59 |
|
52 |
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200085 && ${SSL_DEFAULT} != openssl |
60 |
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200085 && ${SSL_DEFAULT} != openssl |