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

EAPI=8

DIST_AUTHOR=TOKUHIROM
DIST_VERSION=0.09
inherit perl-module

DESCRIPTION="Client library for fastcgi protocol"

SLOT="0"
KEYWORDS="~amd64 ~arm64 ~ia64 ~m68k ~sparc ~x86"

RDEPEND="
	virtual/perl-IO
	dev-perl/Moo
	dev-perl/Type-Tiny
"
BDEPEND="${RDEPEND}
	>=dev-perl/Module-Build-Tiny-0.35.0
"