dev-perl/Web-Machine: cleanup

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2025-07-05 00:14:44 +02:00
parent 0649459f54
commit 507aaffd3d
No known key found for this signature in database
GPG Key ID: DC2B16215ED5412A

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -11,25 +11,17 @@ DESCRIPTION="A Perl port of Webmachine"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
virtual/perl-Carp
virtual/perl-Data-Dumper
virtual/perl-Encode
dev-perl/HTTP-Headers-ActionPack
dev-perl/Hash-MultiValue
dev-perl/IO-Handle-Util
virtual/perl-Scalar-List-Utils
virtual/perl-Locale-Maketext
dev-perl/Module-Runtime
dev-perl/Sub-Exporter
dev-perl/Try-Tiny
"
BDEPEND="${RDEPEND}
dev-perl/Module-Build
virtual/perl-ExtUtils-MakeMaker
test? (
dev-perl/Net-HTTP
dev-perl/Path-Class