gentoo-ebuilds/dev-perl/CGI-Application-Dispatch/CGI-Application-Dispatch-3.120.0-r2.ebuild
Andreas K. Hüttel 7d2d8230d0
dev-perl/CGI-Application-Dispatch: Stable for amd64
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2021-05-29 16:12:05 +02:00

34 lines
782 B
Bash

# Copyright 2020-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DIST_AUTHOR=MARKSTOS
DIST_VERSION=3.12
inherit perl-module
DESCRIPTION="Dispatch requests to CGI::Application based objects"
SLOT="0"
KEYWORDS="amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
>=dev-perl/CGI-Application-4.500.0
dev-perl/CGI-PSGI
>=dev-perl/Exception-Class-1.200.0
dev-perl/HTTP-Exception
dev-perl/Try-Tiny
>=virtual/perl-version-0.820.0
"
DEPEND="dev-perl/Module-Build"
# Todo: add Apache::Test and mod_perl w/
# USE=minimal, currently can't due to mod_perl
# breaking w/ ranlib fun
BDEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.380.0
test? (
>=dev-perl/Plack-0.995.600
dev-perl/Test-LongString
virtual/perl-Test-Simple
)
"