summaryrefslogtreecommitdiff
path: root/dev-perl/PerlIO-via-Timeout/PerlIO-via-Timeout-0.320.0.ebuild
blob: a8a39531bfa8edc8d625c09c1d83d15382d479dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DIST_AUTHOR=DAMS
DIST_VERSION=0.32
inherit perl-module

DESCRIPTION="PerlIO layer that adds read & write timeout to a handle"

SLOT="0"
KEYWORDS="amd64 ~arm ppc x86"
IUSE="test"
RESTRICT="!test? ( test )"

RDEPEND="
	>=virtual/perl-Exporter-5.570.0
	virtual/perl-Scalar-List-Utils
	virtual/perl-Time-HiRes
"
DEPEND="
	>=dev-perl/Module-Build-Tiny-0.39.0
	>=virtual/perl-ExtUtils-MakeMaker-6.300.0
	test? (
		virtual/perl-File-Spec
		virtual/perl-IO
		virtual/perl-Test-Simple
		dev-perl/Test-TCP
	)
"