# -*- 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.23.4 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision            0

description         A tree-sitter parser for Scala

long_description    {*}${description}

categories          devel
license             MIT
maintainers         {amake @amake} openmaintainer

checksums           rmd160  634506075b1d9512796c1eefba969df44a69566f \
                    sha256  31aaa513f5169349a418e67ab883b109edd5b87120b5e1f39b648ae8931cd9ff \
                    size    1325857

worksrcdir          ${worksrcdir}/src

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