commit:     bb9500594d5d9be77627f8d67c92feba73f88194
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 28 04:31:05 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 28 04:31:05 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb950059

dev-perl/HTML-Mason-PSGIHandler: update EAPI 5 -> 8

Bug: https://bugs.gentoo.org/832314
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../HTML-Mason-PSGIHandler-0.530.0-r1.ebuild       | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)

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
+       )
+"

Reply via email to