# -*- 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.99.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  62a35d6f4e0112494c7a377ae27f244f4f8ef1ca \
                    sha256  61942229dc7da4f335688196d43c1d3d5314060667a43ccf48f4b4c41b5578e1 \
                    size    1042944

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