mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
Bug: https://bugs.gentoo.org/473598 Bug: https://bugs.gentoo.org/720224 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
30 lines
566 B
Bash
30 lines
566 B
Bash
# Copyright 1999-2022 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DIST_AUTHOR=LEEJO
|
|
DIST_VERSION=2.16
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="CGI Interface for Fast CGI"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="amd64 arm arm64 ~hppa ~m68k ~mips ppc ~ppc64 ~riscv ~s390 x86 ~x64-macos ~x64-solaris"
|
|
|
|
RDEPEND="
|
|
>=dev-perl/CGI-4
|
|
virtual/perl-Carp
|
|
>=dev-perl/FCGI-0.670.0
|
|
virtual/perl-if
|
|
"
|
|
BDEPEND="${RDEPEND}
|
|
virtual/perl-ExtUtils-MakeMaker
|
|
test? (
|
|
virtual/perl-File-Temp
|
|
virtual/perl-Test-Simple
|
|
)
|
|
"
|
|
|
|
PERL_RM_FILES=( "t/006_changes.t" )
|