# -*- 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.26.2 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  5b02a4c6ee7fb79efe5e03aa89ad240263e88844 \
                    sha256  347ea9f62880b1a32a12bf58ae040f35c866996e80aff5bf28797fa9a40e034c \
                    size    1405510

worksrcdir          ${worksrcdir}/src

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