You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
41 lines
1.8 KiB
Tcl
41 lines
1.8 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup perl5 1.0
|
|
|
|
perl5.branches 5.28 5.30 5.32 5.34
|
|
perl5.setup Perl-LanguageServer 2.6.2
|
|
revision 0
|
|
maintainers {@chrstphrchvz gmx.us:chrischavez} openmaintainer
|
|
license Artistic-2
|
|
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
|
|
description Perl::LanguageServer - Language Server and Debug Protocol Adapter for Perl
|
|
|
|
long_description Perl::LanguageServer is a Language Server and Debug Protocol Adapter for Perl. \
|
|
It implements the Language Server Protocol which provides syntax-checking, \
|
|
symbol search, etc. Perl to various editors, for example Visual Studio Code or Atom. \
|
|
It also implements the Debug Adapter Protocol, which allows debugging with various editors.
|
|
|
|
checksums rmd160 508829bef1546afe23dbdc25dba8b4f77c99f723 \
|
|
sha256 6d093790afe704ebdd8c7e129c8f060352ef8142dbdbcf387276670b3580bd6a \
|
|
size 53495
|
|
|
|
if {${perl5.major} ne ""} {
|
|
depends_lib-append \
|
|
port:p${perl5.major}-anyevent \
|
|
port:p${perl5.major}-anyevent-aio \
|
|
port:p${perl5.major}-class-refresh \
|
|
port:p${perl5.major}-compiler-lexer \
|
|
port:p${perl5.major}-coro \
|
|
port:p${perl5.major}-data-dump \
|
|
port:p${perl5.major}-encode-locale \
|
|
port:p${perl5.major}-hash-safekeys \
|
|
port:p${perl5.major}-io-aio \
|
|
port:p${perl5.major}-json \
|
|
port:p${perl5.major}-moose \
|
|
port:p${perl5.major}-padwalker
|
|
}
|