summaryrefslogtreecommitdiff
blob: dd290316c9135f63d2cd8b1c012ceca3580494b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DIST_AUTHOR=MLEHMANN
DIST_VERSION=1.1
inherit perl-module

DESCRIPTION="truly asynchronous file and directory I/O"

SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	>=dev-perl/AnyEvent-3.400.0
	>=dev-perl/IO-AIO-3.0.0
"
BDEPEND="${RDEPEND}
	virtual/perl-ExtUtils-MakeMaker
"