diff --git a/dns/dnscap/Makefile b/dns/dnscap/Makefile index 13697dca941d..2ec36af68b7e 100644 --- a/dns/dnscap/Makefile +++ b/dns/dnscap/Makefile @@ -1,39 +1,40 @@ PORTNAME= dnscap PORTVERSION= 2.1.1 PORTEPOCH= 1 CATEGORIES= dns MASTER_SITES= https://www.dns-oarc.net/files/dnscap/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= DNS network traffic capture utility -WWW= https://www.dns-oarc.net/tools/dnscap +WWW= https://www.dns-oarc.net/tools/dnscap \ + https://github.com/DNS-OARC/dnscap LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libldns.so:dns/ldns USES= autoreconf libtool localbase pkgconfig ssl CONFIGURE_ARGS= --enable-shared --enable-static CONFIGURE_ENV= libcrypto_CFLAGS=-I${OPENSSLINC}/include \ libcrypto_LIBS="-L${OPENSSLLIB}/lib -lcrypto" GNU_CONFIGURE= yes INSTALL_TARGET= install-strip OPTIONS_DEFINE= CDS DOCS THREADS OPTIONS_DEFAULT=THREADS CDS_DESC= CBOR DNS Stream (CDS) format (experimental) CDS_CONFIGURE_OFF= ac_cv_lib_tinycbor_cbor_parser_init=no CDS_LIB_DEPENDS= libtinycbor.so:devel/tinycbor THREADS_CONFIGURE_ENABLE= threads post-patch-DOCS-off: @${REINPLACE_CMD} -e '/^install-data-am: / s| install-dist_docDATA||' ${WRKSRC}/Makefile.am post-patch-DOCS-on: @${REINPLACE_CMD} -e '/^dist_doc_DATA = / s| LICENSE||' ${WRKSRC}/Makefile.am .include diff --git a/dns/dnscap/pkg-descr b/dns/dnscap/pkg-descr index 44a046f17711..8aa92d21a6dc 100644 --- a/dns/dnscap/pkg-descr +++ b/dns/dnscap/pkg-descr @@ -1,6 +1,4 @@ dnscap is a network capture utility designed specifically for DNS traffic. It produces binary data in pcap(3) format. This utility is similar to tcpdump(1), but has a number of features tailored to DNS transactions and protocol options. OARC uses dnscap for DITL data collections. - -See also: https://github.com/DNS-OARC/dnscap