net-misc/nat-traverse - 0.6 (gentoo)

Search

Package Information

Description:
Traverse NAT gateways with the Use of UDP
Homepage:
https://gitlab.com/iblech/nat-traverse
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.6 7 amd64 ~arm ~mips ~ppc ~ppc64 x86 0
View Raw Ebuild
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="Traverse NAT gateways with the Use of UDP"
HOMEPAGE="https://gitlab.com/iblech/nat-traverse"
SRC_URI="https://gitlab.com/iblech/${PN}/blob/master/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 x86"
IUSE=""

RDEPEND=">=dev-lang/perl-5.6.1"

src_install() {
	doman nat-traverse.1
	dobin nat-traverse

	dodoc ChangeLog README
}

Dependencies

RDEPEND

>=dev-lang/perl-5.6.1

Manifest for 0.6

Type File Size Source URLs
DIST nat-traverse-0.6.tar.bz2 17230 bytes https://gitlab.com/iblech/nat-traverse/blob/master/nat-traverse-0.6.tar.bz2