app-admin/awscli: Bump to 1.37.9
[gentoo/gentoo.git] / dev-perl / Future-IO / Future-IO-0.150.0-r1.ebuild
blob6d2bf68c38c01fd9074c3e9bf6d0d1f7099834e3
1 # Copyright 2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=8
6 DIST_AUTHOR=PEVANS
7 DIST_VERSION=0.15
9 inherit perl-module
11 DESCRIPTION="Future-returning IO methods"
13 SLOT="0"
14 KEYWORDS="~amd64"
16 RDEPEND="dev-perl/Struct-Dumb"
17 BDEPEND="
18         dev-perl/Module-Build
19         test? (
20                 dev-perl/Test-ExpectAndCheck
21                 dev-perl/Test-Deep
22                 dev-perl/Test-Future-IO-Impl
23                 virtual/perl-Test2-Suite
24         )