dev-python/csv23: arm64 keyworded (bug #719700)
[gentoo.git] / net-misc / nat-traverse / nat-traverse-0.6.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="Traverse NAT gateways with the Use of UDP"
7 HOMEPAGE="https://gitlab.com/iblech/nat-traverse"
8 SRC_URI="https://gitlab.com/iblech/${PN}/blob/master/${P}.tar.bz2"
9
10 LICENSE="GPL-2"
11 SLOT="0"
12 KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 x86"
13 IUSE=""
14
15 RDEPEND=">=dev-lang/perl-5.6.1"
16
17 src_install() {
18         doman nat-traverse.1
19         dobin nat-traverse
20
21         dodoc ChangeLog README
22 }