You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-dns/validns/validns-0.8.ebuild

26 lines
526 B

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=4
DESCRIPTION="A high performance DNS/DNSSEC zone validator"
HOMEPAGE="http://www.validns.net/"
SRC_URI="http://www.validns.net/download/${P}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="dev-libs/judy"
DEPEND="
${RDEPEND}
test? ( dev-perl/Test-Command-Simple )
"
src_install() {
dobin validns
doman validns.1
dodoc {notes,technical-notes,todo,usage}.mdwn Changes README
}