net-dns/ddclient: amd64 stable wrt bug #702792
[gentoo.git] / net-dns / dnscap / dnscap-1.10.2.ebuild
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 DESCRIPTION="Network capture utility designed specifically for DNS traffic"
7 HOMEPAGE="https://dnscap.dns-oarc.net/"
8 SRC_URI="https://www.dns-oarc.net/files/dnscap/${P}.tar.gz"
9
10 KEYWORDS="~amd64 ~x86"
11 SLOT="0"
12 LICENSE="ISC"
13 IUSE=""
14
15 RDEPEND="net-libs/libpcap
16         net-libs/ldns
17         sys-libs/zlib
18         dev-libs/openssl:=
19         dev-perl/YAML"
20
21 DEPEND="${RDEPEND}"
22
23 pkg_postinst() {
24         elog "If you plan to use dnscap's -x/-X features, it is necessary to install"
25         elog "net-dns/bind as well."
26 }