ea8c8ec7da
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
36 lines
830 B
Makefile
36 lines
830 B
Makefile
# Created by: Edwin Groothuis (edwin@mavetju.org)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dnsperf
|
|
PORTVERSION= 2.2.1
|
|
DISTVERSIONPREFIX=v
|
|
PORTREVISION= 2
|
|
CATEGORIES= dns benchmarks net
|
|
|
|
MAINTAINER= hrs@FreeBSD.org
|
|
COMMENT= Performance measurement of Domain Name System (DNS) servers
|
|
|
|
LICENSE= ISCL
|
|
|
|
BUILD_DEPENDS= isc-config.sh:dns/bind914
|
|
LIB_DEPENDS= liblmdb.so:databases/lmdb \
|
|
libjson-c.so:devel/json-c \
|
|
libxml2.so:textproc/libxml2
|
|
|
|
USES= autoreconf compiler:c11 gnome iconv libtool ssl
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= DNS-OARC
|
|
GNU_CONFIGURE= yes
|
|
MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
|
|
INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
|
|
INSTALL_DATA="${INSTALL_DATA}" \
|
|
INSTALL_MAN="${INSTALL_MAN}"
|
|
PLIST_FILES= bin/dnsperf \
|
|
bin/resperf \
|
|
bin/resperf-report \
|
|
man/man1/dnsperf.1.gz \
|
|
man/man1/resperf.1.gz
|
|
|
|
.include <bsd.port.mk>
|