diff options
author | Sam James <sam@gentoo.org> | 2022-02-28 04:31:05 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-28 04:31:05 +0000 |
commit | bb9500594d5d9be77627f8d67c92feba73f88194 (patch) | |
tree | 04d59c88e4a5ac5dd2b70056743f34fe1b215f50 /dev-perl/HTML-Mason-PSGIHandler | |
parent | media-video/dvdrip: update EAPI 5 -> 8 (diff) | |
download | gentoo-bb9500594d5d9be77627f8d67c92feba73f88194.tar.gz gentoo-bb9500594d5d9be77627f8d67c92feba73f88194.tar.bz2 gentoo-bb9500594d5d9be77627f8d67c92feba73f88194.zip |
dev-perl/HTML-Mason-PSGIHandler: update EAPI 5 -> 8
Bug: https://bugs.gentoo.org/832314
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/HTML-Mason-PSGIHandler')
-rw-r--r-- | dev-perl/HTML-Mason-PSGIHandler/HTML-Mason-PSGIHandler-0.530.0-r1.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-perl/HTML-Mason-PSGIHandler/HTML-Mason-PSGIHandler-0.530.0-r1.ebuild b/dev-perl/HTML-Mason-PSGIHandler/HTML-Mason-PSGIHandler-0.530.0-r1.ebuild new file mode 100644 index 000000000000..94ced186bef1 --- /dev/null +++ b/dev-perl/HTML-Mason-PSGIHandler/HTML-Mason-PSGIHandler-0.530.0-r1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=RUZ +DIST_VERSION=0.53 +inherit perl-module + +DESCRIPTION="PSGI handler for HTML::Mason" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + dev-perl/CGI-PSGI + dev-perl/HTML-Mason +" +DEPEND="${RDEPEND}" +BDEPEND=" + >=virtual/perl-ExtUtils-MakeMaker-6.300.0 + test? ( + dev-perl/Plack + virtual/perl-Test-Simple + ) +" |