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/Test-TCP/Test-TCP-2.190.0-r1.ebuild

34 lines
762 B

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=TOKUHIROM
DIST_VERSION=2.19
inherit perl-module
DESCRIPTION="Testing TCP program"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
virtual/perl-IO
virtual/perl-IO-Socket-IP
>=dev-perl/Test-SharedFork-0.290.0
virtual/perl-Test-Simple
>=virtual/perl-IO-1.230.0
virtual/perl-Time-HiRes
"
DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.640.0
test? (
>=virtual/perl-Test-Simple-0.980.0
virtual/perl-File-Temp
virtual/perl-Socket
)
"
PATCHES=( "${FILESDIR}/${PN}-2.19-no-dot-inc.patch" )