mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
Required by: - dev-perl/CGI-Application-Dispatch - via dev-perl/CGI-Application-Server - required by dev-perl/Feed-Find (-r patch) Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
35 lines
691 B
Bash
35 lines
691 B
Bash
# Copyright 2020 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
DIST_AUTHOR=TMUELLER
|
|
DIST_VERSION=0.04007
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="throw HTTP-Errors as (Exception::Class-) Exceptions"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE="test"
|
|
RESTRICT="!test? ( test )"
|
|
RDEPEND="
|
|
>=dev-perl/Exception-Class-1.290.0
|
|
>=dev-perl/HTTP-Message-5.817.0
|
|
>=virtual/perl-Scalar-List-Utils-1.220.0
|
|
"
|
|
BDEPEND="${RDEPEND}
|
|
virtual/perl-ExtUtils-MakeMaker
|
|
test? (
|
|
>=dev-perl/Test-Exception-0.290.0
|
|
>=dev-perl/Test-NoWarnings-1.40.0
|
|
>=virtual/perl-Test-Simple-0.880.0
|
|
)
|
|
"
|
|
PERL_RM_FILES=(
|
|
t/eol.t
|
|
t/manifest.t
|
|
t/pod.t
|
|
t/eol_special.t
|
|
t/boilerplate.t
|
|
)
|