summaryrefslogtreecommitdiff
path: root/dev-perl/Path-Dispatcher/Path-Dispatcher-1.80.0.ebuild
blob: 38513753448d0d5ff489957c548f44b5165c0ccf (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
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DIST_AUTHOR=ETHER
DIST_VERSION=1.08
inherit perl-module

DESCRIPTION="Flexible and extensible dispatch"

SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="
	virtual/perl-Carp
	dev-perl/Moo
	dev-perl/MooX-TypeTiny
	virtual/perl-Scalar-List-Utils
	dev-perl/Try-Tiny
	dev-perl/Type-Tiny
"
BDEPEND="
	${RDEPEND}
	dev-perl/Module-Build-Tiny
	virtual/perl-ExtUtils-MakeMaker
	test? (
		dev-perl/Test-Fatal
	)
"