# -*- 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          skrift-x11 0.2.1 gem {} rubygems
revision            0
platforms           any
maintainers         nomaintainer
description         Helpers to use the pure-Ruby TrueType engine Skrift \
                    with pure Pure-X11 X bindings
long_description    {*}${description}
license             MIT
homepage            https://github.com/vidarh/skrift-x11
checksums           rmd160  a46a14ecbefd581520f73f3a98e9762c4c92300d \
                    sha256  c4a471edf081cd653700dea8835e5454fc7a5ac0e9a70b6d1e80637ac88d5221 \
                    size    1098240
supported_archs     noarch

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