mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 00:08:36 +03:00
31 lines
587 B
Bash
31 lines
587 B
Bash
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DIST_AUTHOR=ETHER
|
|
DIST_VERSION=0.32
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Visitor style traversal of Perl data structures"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86 ~x64-macos"
|
|
|
|
RDEPEND="
|
|
virtual/perl-Carp
|
|
>=dev-perl/Moose-0.890.0
|
|
virtual/perl-Scalar-List-Utils
|
|
>=dev-perl/Tie-ToObject-0.10.0
|
|
>=dev-perl/namespace-clean-0.190.0
|
|
"
|
|
BDEPEND="
|
|
${RDEPEND}
|
|
virtual/perl-ExtUtils-MakeMaker
|
|
test? (
|
|
virtual/perl-File-Spec
|
|
dev-perl/Test-Needs
|
|
>=virtual/perl-Test-Simple-0.880.0
|
|
)
|
|
"
|