# -*- 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.0 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  4f59db4d5281d7073fb623e3e89a7ea90cdc394a \
                    sha256  496f40ad44bcbf99de02da1f26b1ad64e6593cd487b931508a86228e2a3af0fa \
                    size    100864

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