2021-01-07 23:55:14 +03:00
|
|
|
# Copyright 1999-2021 Gentoo Authors
|
2012-12-04 10:09:20 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2014-08-22 09:27:25 +04:00
|
|
|
EAPI=5
|
2012-12-04 10:09:20 +04:00
|
|
|
|
|
|
|
MODULE_AUTHOR=MANU
|
|
|
|
MODULE_VERSION=1.26
|
|
|
|
inherit perl-module
|
|
|
|
|
|
|
|
DESCRIPTION="Perl extension for manipulating IPv4/IPv6 addresses"
|
|
|
|
|
|
|
|
SLOT="0"
|
2021-04-06 10:46:13 +03:00
|
|
|
KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
|
2012-12-04 10:09:20 +04:00
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
PATCHES=( "${FILESDIR}/initip-0.patch" )
|
|
|
|
SRC_TEST="do"
|