# -*- 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           github 1.0
PortGroup           tree_sitter 1.0

github.setup        tree-sitter tree-sitter-scala 0.24.0 v
github.tarball_from archive
revision            0

description         A tree-sitter parser for Scala

long_description    {*}${description}

categories          devel
license             MIT
maintainers         {amake @amake} openmaintainer

checksums           rmd160  362034e9bd4e182247f3d201070f7be641405f2e \
                    sha256  6ba17e09ba035a4a1b19db7906b87ec2c56cf400073e8e7272e8bdc9413921f8 \
                    size    1384606

worksrcdir          ${worksrcdir}/src

# stack.h: error: ‘for’ loop initial declaration used outside C99 mode
configure.cflags-append -std=c99
