summaryrefslogtreecommitdiff
path: root/dev-perl/CGI-Fast/CGI-Fast-2.160.0.ebuild
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-10 15:55:58 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-10 16:02:17 +0200
commit1a22488e453c7d7c3202d34ff7314bf83eb04785 (patch)
tree6c2ce3f22b4b081cf4b9738c8024b52723339683 /dev-perl/CGI-Fast/CGI-Fast-2.160.0.ebuild
parent732a0e11583efb126807b44f2ad550915e49dff4 (diff)
downloadgentoo-1a22488e453c7d7c3202d34ff7314bf83eb04785.tar.gz
gentoo-1a22488e453c7d7c3202d34ff7314bf83eb04785.tar.bz2
gentoo-1a22488e453c7d7c3202d34ff7314bf83eb04785.zip
dev-perl/CGI-Fast: Version bump 2.16
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/CGI-Fast/CGI-Fast-2.160.0.ebuild')
-rw-r--r--dev-perl/CGI-Fast/CGI-Fast-2.160.0.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-perl/CGI-Fast/CGI-Fast-2.160.0.ebuild b/dev-perl/CGI-Fast/CGI-Fast-2.160.0.ebuild
new file mode 100644
index 000000000000..cf8a2c801676
--- /dev/null
+++ b/dev-perl/CGI-Fast/CGI-Fast-2.160.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 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 ~s390 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-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" )