You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/IO-Socket-IP/IO-Socket-IP-0.230.0.ebuild

28 lines
587 B

# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Socket-IP/IO-Socket-IP-0.230.0.ebuild,v 1.3 2013/12/01 14:44:32 johu Exp $
EAPI=4
MODULE_AUTHOR=PEVANS
MODULE_VERSION=0.23
inherit perl-module
DESCRIPTION='A drop-in replacement for IO::Socket::INET supporting both IPv4 and IPv6'
SLOT="0"
KEYWORDS="~amd64 hppa ~ppc ~ppc64 x86"
IUSE="test"
RDEPEND="
>=virtual/perl-Socket-1.970.0
"
DEPEND="${RDEPEND}
virtual/perl-Module-Build
test? (
dev-perl/Test-Pod
)
"
SRC_TEST="do"