Files

25 lines
913 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.3 3.2 3.1
ruby.setup unf 0.1.4 gem {} rubygems
license BSD
platforms any
categories-append devel
maintainers nomaintainer
description Wrapper library to bring Unicode Normalization Form \
support to Ruby/JRuby
long_description {*}${description}
homepage https://github.com/knu/ruby-unf
checksums rmd160 335553720ae6eab8fbc3a67f45ffb29503867cf2 \
sha256 4999517a531f2a955750f8831941891f6158498ec9b6cb1c81ce89388e63022e \
size 120320
supported_archs noarch
if {${name} ne ${subport}} {
depends_run-append \
port:rb${ruby.suffix}-unf_ext
}