diff options
author | 2021-07-08 21:04:06 +0200 | |
---|---|---|
committer | 2021-07-08 21:33:01 +0200 | |
commit | 97cb1e35dfe2fc98dd21e3975be697e201c8e4b8 (patch) | |
tree | 35b1a4f22b3b416a164182468940918ee9b07ae8 /dev-perl/Mojolicious/Mojolicious-9.190.0.ebuild | |
parent | dev-perl/Mojolicious: Remove old (diff) | |
download | gentoo-97cb1e35dfe2fc98dd21e3975be697e201c8e4b8.tar.gz gentoo-97cb1e35dfe2fc98dd21e3975be697e201c8e4b8.tar.bz2 gentoo-97cb1e35dfe2fc98dd21e3975be697e201c8e4b8.zip |
dev-perl/Mojolicious: Version bump 9.19
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Mojolicious/Mojolicious-9.190.0.ebuild')
-rw-r--r-- | dev-perl/Mojolicious/Mojolicious-9.190.0.ebuild | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/dev-perl/Mojolicious/Mojolicious-9.190.0.ebuild b/dev-perl/Mojolicious/Mojolicious-9.190.0.ebuild new file mode 100644 index 000000000000..d8eba0bbdd95 --- /dev/null +++ b/dev-perl/Mojolicious/Mojolicious-9.190.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.19 +DIST_EXAMPLES=("examples/*") + +inherit perl-module + +LICENSE="Artistic-2" +DESCRIPTION="Real-time web framework" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~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 +) |