diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-16 21:22:08 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-16 21:33:07 +0100 |
commit | f468b13d5b3e4ed53d0abc955efd015410dcadab (patch) | |
tree | ffbcd346b8b44f2e21dd013541e877562a1e91a9 /dev-perl/Mojolicious/Mojolicious-9.220.0.ebuild | |
parent | dev-perl/Mojolicious: Remove old (diff) | |
download | gentoo-f468b13d5b3e4ed53d0abc955efd015410dcadab.tar.gz gentoo-f468b13d5b3e4ed53d0abc955efd015410dcadab.tar.bz2 gentoo-f468b13d5b3e4ed53d0abc955efd015410dcadab.zip |
dev-perl/Mojolicious: Version bump 9.22
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/Mojolicious/Mojolicious-9.220.0.ebuild')
-rw-r--r-- | dev-perl/Mojolicious/Mojolicious-9.220.0.ebuild | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/dev-perl/Mojolicious/Mojolicious-9.220.0.ebuild b/dev-perl/Mojolicious/Mojolicious-9.220.0.ebuild new file mode 100644 index 000000000000..d1cd1c141bbd --- /dev/null +++ b/dev-perl/Mojolicious/Mojolicious-9.220.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=SRI +DIST_VERSION=9.22 +DIST_EXAMPLES=("examples/*") + +inherit perl-module + +LICENSE="Artistic-2" +DESCRIPTION="Real-time web framework" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~x86" +IUSE="minimal" + +RDEPEND=" + !minimal? ( + >=dev-perl/Cpanel-JSON-XS-4.90.0 + >=dev-perl/EV-4.0.0 + ) + >=virtual/perl-IO-Socket-IP-0.370.0 + >=virtual/perl-Scalar-List-Utils-1.410.0 +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-Test-Simple + ) +" + +PERL_RM_FILES=( + t/pod.t + t/pod_coverage.t +) |