Lines 1-21
Link Here
|
1 |
PORTNAME= dnsperf |
1 |
PORTNAME= dnsperf |
2 |
PORTVERSION= 2.11.0 |
2 |
DISTVERSION= 2.11.0 |
3 |
DISTVERSIONPREFIX=v |
|
|
4 |
CATEGORIES= dns benchmarks net |
3 |
CATEGORIES= dns benchmarks net |
|
|
4 |
MASTER_SITES= https://www.dns-oarc.net/files/${PORTNAME}/ |
5 |
|
5 |
|
6 |
MAINTAINER= hrs@FreeBSD.org |
6 |
MAINTAINER= hrs@FreeBSD.org |
7 |
COMMENT= Performance measurement of Domain Name System (DNS) servers |
7 |
COMMENT= Performance measurement of Domain Name System (DNS) servers |
8 |
WWW= https://www.dns-oarc.net/tools/dnsperf |
8 |
WWW= https://www.dns-oarc.net/tools/dnsperf |
9 |
|
9 |
|
10 |
LICENSE= APACHE20 |
10 |
LICENSE= APACHE20 |
|
|
11 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
11 |
|
12 |
|
12 |
LIB_DEPENDS= libnghttp2.so:www/libnghttp2 \ |
13 |
LIB_DEPENDS= libnghttp2.so:www/libnghttp2 \ |
13 |
libck.so:devel/concurrencykit \ |
14 |
libck.so:devel/concurrencykit \ |
14 |
libldns.so:dns/ldns |
15 |
libldns.so:dns/ldns |
15 |
|
16 |
|
16 |
USES= autoreconf compiler:c11 libtool pkgconfig ssl |
17 |
USES= compiler:c11 libtool pkgconfig ssl |
17 |
USE_GITHUB= yes |
|
|
18 |
GH_ACCOUNT= DNS-OARC |
19 |
|
18 |
|
20 |
GNU_CONFIGURE= yes |
19 |
GNU_CONFIGURE= yes |
21 |
CONFIGURE_ENV= libssl_LIBS="-lssl -L${OPENSSLLIB}" \ |
20 |
CONFIGURE_ENV= libssl_LIBS="-lssl -L${OPENSSLLIB}" \ |