summaryrefslogtreecommitdiff
path: root/dev-perl/CGI-Application-Server/CGI-Application-Server-0.63.0.ebuild
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2020-08-22 01:59:48 +1200
committerKent Fredric <kentnl@gentoo.org>2020-08-22 02:22:05 +1200
commitf2505314d766b4726cc533aa7fbb8cee91ade7ff (patch)
tree50537ca744a44b85263bb31a826c46b68d2c31aa /dev-perl/CGI-Application-Server/CGI-Application-Server-0.63.0.ebuild
parent1ce19e3a1732fd9db76f31ea87f8ef74837d3f2e (diff)
downloadgentoo-f2505314d766b4726cc533aa7fbb8cee91ade7ff.tar.gz
gentoo-f2505314d766b4726cc533aa7fbb8cee91ade7ff.tar.bz2
gentoo-f2505314d766b4726cc533aa7fbb8cee91ade7ff.zip
dev-perl/CGI-Application-Server: Add w/ version=0.63.0
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>
Diffstat (limited to 'dev-perl/CGI-Application-Server/CGI-Application-Server-0.63.0.ebuild')
-rw-r--r--dev-perl/CGI-Application-Server/CGI-Application-Server-0.63.0.ebuild36
1 files changed, 36 insertions, 0 deletions
diff --git a/dev-perl/CGI-Application-Server/CGI-Application-Server-0.63.0.ebuild b/dev-perl/CGI-Application-Server/CGI-Application-Server-0.63.0.ebuild
new file mode 100644
index 000000000000..3fa47eb1cc15
--- /dev/null
+++ b/dev-perl/CGI-Application-Server/CGI-Application-Server-0.63.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=RJBS
+DIST_VERSION=0.063
+inherit perl-module
+
+DESCRIPTION="a simple HTTP server for developing with CGI::Application"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ dev-perl/CGI
+ >=dev-perl/CGI-Application-4.210.0
+ >=virtual/perl-Carp-0.10.0
+ dev-perl/HTTP-Message
+ >=dev-perl/HTTP-Server-Simple-0.180.0
+ >=dev-perl/HTTP-Server-Simple-Static-0.20.0
+ >=virtual/perl-Scalar-List-Utils-1.180.0
+"
+BDEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.300.0
+ test? (
+ dev-perl/CGI-Application-Dispatch
+ dev-perl/CGI-Application-Plugin-Redirect
+ virtual/perl-File-Temp
+ dev-perl/Test-Exception
+ dev-perl/Test-HTTP-Server-Simple
+ >=virtual/perl-Test-Simple-0.960.0
+ dev-perl/Test-WWW-Mechanize
+ )
+"