Lines 2-36
Link Here
|
2 |
# $FreeBSD: head/dns/yadifa/Makefile 381011 2015-03-11 15:37:24Z mat $ |
2 |
# $FreeBSD: head/dns/yadifa/Makefile 381011 2015-03-11 15:37:24Z mat $ |
3 |
|
3 |
|
4 |
PORTNAME= yadifa |
4 |
PORTNAME= yadifa |
5 |
PORTVERSION= 2.0.5 |
5 |
PORTVERSION= 2.0.6 |
6 |
DISTVERSIONSUFFIX= -4735 |
6 |
DISTVERSIONSUFFIX= -4822 |
7 |
CATEGORIES= dns ipv6 |
7 |
CATEGORIES= dns ipv6 |
8 |
MASTER_SITES= http://cdn.yadifa.eu/sites/default/files/releases/ LOCAL/mat/yadifa |
8 |
MASTER_SITES= http://cdn.yadifa.eu/sites/default/files/releases/ |
9 |
|
9 |
|
10 |
MAINTAINER= mat@FreeBSD.org |
10 |
MAINTAINER= mat@FreeBSD.org |
11 |
COMMENT= YADIFA is an authoritative Name Server with DNSSEC capabilities |
11 |
COMMENT= Authoritative nameserver with DNSSEC capabilities |
12 |
|
12 |
|
13 |
LICENSE= BSD3CLAUSE |
13 |
LICENSE= BSD3CLAUSE |
14 |
LICENSE_FILE= ${WRKSRC}/COPYING |
14 |
LICENSE_FILE= ${WRKSRC}/COPYING |
15 |
WITHOUT=TCL DOCS MESSAGES EXAMPLES RRL NSID |
|
|
16 |
OPTIONS_DEFINE= DOCS EXAMPLES TCL RRL MESSAGES NSID |
17 |
OPTIONS_DEFAULT= RRL NSID |
18 |
OPTIONS_SUB= yes |
19 |
|
20 |
RRL_DESC= Response Rate Limiting |
21 |
MESSAGES_DESC= Use messages instead of send (if many ip aliases) |
22 |
NSID_DESC= Name Server Identifier Option |
23 |
|
15 |
|
24 |
GNU_CONFIGURE= yes |
16 |
GNU_CONFIGURE= yes |
25 |
USES= libtool compiler:c11 tar:tgz |
17 |
USES= libtool compiler:c11 |
26 |
USE_OPENSSL= yes |
18 |
USE_OPENSSL= yes |
27 |
CONFIGURE_ARGS= --localstatedir=/var |
19 |
CONFIGURE_ARGS= --localstatedir=/var |
28 |
|
20 |
|
29 |
TCL_USES= tcl |
21 |
WITHOUT= CTRL DDNS DOCS EXAMPLES TCL RRL RRSIG MASTER MESSAGES NSID |
30 |
TCL_CONFIGURE_ENABLE= tcl |
22 |
OPTIONS_DEFINE= CTRL DDNS DOCS EXAMPLES TCL RRL RRSIG MASTER MESSAGES NSID |
31 |
RRL_CONFIGURE_ENABLE= rrl |
23 |
OPTIONS_DEFAULT=DDNS RRL NSID |
|
|
24 |
OPTIONS_SUB= yes |
25 |
|
26 |
CTRL_DESC= Remote control |
27 |
DDNS_DESC= Dynamic update support |
28 |
MASTER_DESC= DNS master |
29 |
MESSAGES_DESC= Use messages instead of send (if many ip aliases) |
30 |
NSID_DESC= Name Server Identifier Option |
31 |
RRL_DESC= Response Rate Limiting |
32 |
RRSIG_DESC= RRSIG verification and generation for zones |
33 |
|
34 |
CTRL_CONFIGURE_ENABLE= ctrl |
35 |
DDNS_CONFIGURE_ENABLE= dynupdate |
36 |
MASTER_CONFIGURE_ENABLE= master |
32 |
MESSAGES_CONFIGURE_ENABLE= messages |
37 |
MESSAGES_CONFIGURE_ENABLE= messages |
33 |
NSID_CONFIGURE_ENABLE= nsid |
38 |
NSID_CONFIGURE_ENABLE= nsid |
|
|
39 |
RRL_CONFIGURE_ENABLE= rrl |
40 |
RRSIG_CONFIGURE_ENABLE= rrsig-management |
41 |
TCL_USES= tcl |
42 |
TCL_CONFIGURE_ENABLE= tcl |
34 |
|
43 |
|
35 |
USE_RC_SUBR= ${PORTNAME}d |
44 |
USE_RC_SUBR= ${PORTNAME}d |
36 |
|
45 |
|