sys-process/glances: revbump 3.1.4.1, add missing doc dep
[gentoo.git] / dev-perl / AnyEvent-HTTP / AnyEvent-HTTP-2.250.0.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 DIST_AUTHOR=MLEHMANN
7 DIST_VERSION=2.25
8 inherit perl-module
9
10 DESCRIPTION="Simple but non-blocking HTTP/HTTPS client"
11
12 SLOT="0"
13 KEYWORDS="~amd64 ~x86"
14
15 RDEPEND="
16         >=dev-perl/AnyEvent-5.330.0
17         dev-perl/URI
18         >=dev-perl/common-sense-3.300.0
19 "
20 BDEPEND="${RDEPEND}
21         virtual/perl-ExtUtils-MakeMaker
22 "