Files

23 lines
942 B
Tcl

# -*- 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.100.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 136c50c31faf1a0170210be1205a7bfc6031f81a \
sha256 b7d4831f304be5ba8717b2a1307644164b63dc158113a67f469e90578d3fc092 \
size 1044480
if {${name} ne ${subport}} {
depends_run-append \
port:rb${ruby.suffix}-protobuf
}