mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-11 00:07:51 +03:00
36 lines
662 B
Bash
36 lines
662 B
Bash
# Copyright 1999-2024 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DIST_AUTHOR=GRICHTER
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Language Server and Debug Protocol Adapter for Perl"
|
|
LICENSE="Artistic-2"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64"
|
|
|
|
RDEPEND="
|
|
dev-perl/AnyEvent
|
|
dev-perl/AnyEvent-AIO
|
|
dev-perl/Class-Refresh
|
|
>=dev-perl/Compiler-Lexer-0.230.0
|
|
dev-perl/Coro
|
|
dev-perl/Data-Dump
|
|
dev-perl/Encode-Locale
|
|
dev-perl/Hash-SafeKeys
|
|
dev-perl/IO-AIO
|
|
dev-perl/JSON
|
|
dev-perl/Moose
|
|
dev-perl/PadWalker
|
|
virtual/perl-Scalar-List-Utils
|
|
"
|
|
BDEPEND="
|
|
${RDEPEND}
|
|
virtual/perl-ExtUtils-MakeMaker
|
|
test? (
|
|
virtual/perl-Test-Simple
|
|
)
|
|
"
|