diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-10-03 06:57:34 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-10-03 06:57:34 +1300 |
commit | 10da1fdfb203f677c06e6f8d19480123d892035c (patch) | |
tree | edac0be9539c6f5755e0fa308f3cadd9f7251975 /dev-perl/CGI-Fast/CGI-Fast-2.120.0.ebuild | |
parent | dev-perl/CBOR-XS: Bump to version 1.700.0 (diff) | |
download | gentoo-10da1fdfb203f677c06e6f8d19480123d892035c.tar.gz gentoo-10da1fdfb203f677c06e6f8d19480123d892035c.tar.bz2 gentoo-10da1fdfb203f677c06e6f8d19480123d892035c.zip |
dev-perl/CGI-Fast: Bump to version 2.120.0
Upstream:
- Improved documentation
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-perl/CGI-Fast/CGI-Fast-2.120.0.ebuild')
-rw-r--r-- | dev-perl/CGI-Fast/CGI-Fast-2.120.0.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-perl/CGI-Fast/CGI-Fast-2.120.0.ebuild b/dev-perl/CGI-Fast/CGI-Fast-2.120.0.ebuild new file mode 100644 index 000000000000..c43aae9c4025 --- /dev/null +++ b/dev-perl/CGI-Fast/CGI-Fast-2.120.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=LEEJO +DIST_VERSION=2.12 +inherit perl-module + +DESCRIPTION="CGI Interface for Fast CGI" + +SLOT="0" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +IUSE="" + +RDEPEND=" + >=dev-perl/CGI-4 + virtual/perl-Carp + >=dev-perl/FCGI-0.670.0 + virtual/perl-if +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +" + +src_test() { + perl_rm_files t/006_changes.t + perl-module_src_test +} |