# -*- 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        uyha tree-sitter-cmake 0.7.4 v
revision            0
categories          devel
license             MIT
maintainers         {amake @amake} openmaintainer
description         A tree-sitter parser for CMake files
long_description    {*}${description}
checksums           rmd160  1957c58984a44a4f10b83f49330a02faa4404ea6 \
                    sha256  a80334791ca0d74af0a1e9698b48ee9e6163bd46053a58fdec2f1f0d4350658a \
                    size    66710
github.tarball_from archive

worksrcdir          ${worksrcdir}/src

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