# -*- 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.4 3.3 3.2 3.1
ruby.setup          sass-embedded 1.101.0 gem {} rubygems
categories-append   www
license             MIT
maintainers         nomaintainer
description         Use Dart Sass compiler from Ruby
long_description    A Ruby library that will communicate with the Dart Sass \
                    compiler using the Embedded Sass protocol.
homepage            https://github.com/sass-contrib/sass-embedded-host-ruby
checksums           rmd160  c7e0b4abf893245fdc00d3690c628e179977de8f \
                    sha256  57dbc3409e2c0a2c581a4c9945c2bd72ec88e71ec98017bd02dd1da8a76b22f4 \
                    size    1046528

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