# -*- 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           ruby 1.0

ruby.branches       3.3 3.2 3.1 3.0
ruby.setup          llhttp-ffi 0.5.1 gem {} rubygems
categories-append   devel
license             MPL-2
maintainers         nomaintainer
description         Ruby FFI bindings for llhttp
long_description    {*}${description}
homepage            https://github.com/bryanp/llhttp
checksums           rmd160  f7bafce9d09937d7dc2089372c31ec0e3277b467 \
                    sha256  9a25a7fc19311f691a78c9c0ac0fbf4675adbd0cca74310228fdf841018fa7bc \
                    size    97792

if {${name} ne ${subport}} {
    depends_run-append \
                    port:rb${ruby.suffix}-ffi-compiler
}
