Merge github#931: dev-perl/MongoDB: version bump to v1.2.2
[gentoo.git] / net-dns / valtz / valtz-0.7.ebuild
1 # Copyright 1999-2014 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 DESCRIPTION="Validation tool for tinydns-data zone files"
6 SRC_URI="http://x42.com/software/valtz/${PN}.tgz"
7 HOMEPAGE="http://x42.com/software/valtz/"
8 IUSE=""
9
10 SLOT="0"
11 LICENSE="BSD"
12 KEYWORDS="~amd64 ~x86"
13
14 RDEPEND="dev-lang/perl"
15
16 src_install() {
17         dobin valtz || die
18         dodoc README CHANGES
19 }