dev-libs/wayland: x86 stable (bug #649316)
[gentoo.git] / net-misc / ipcalc / ipcalc-0.41.ebuild
1 # Copyright 1999-2017 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5
6 DESCRIPTION="IP Calculator prints broadcast/network/etc for an IP address and netmask"
7 LICENSE="GPL-2+"
8 HOMEPAGE="http://jodies.de/ipcalc"
9 SRC_URI="${HOMEPAGE}-archive/${P}.tar.gz"
10
11 SLOT="0"
12 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
13
14 RDEPEND=">=dev-lang/perl-5.6.0"
15
16 src_install () {
17         dobin ${PN}
18         dodoc changelog contributors
19 }