Files

23 lines
880 B
Tcl
Raw Permalink Normal View History

2024-02-26 16:58:58 +07:00
# -*- 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
2024-08-08 04:44:43 +08:00
ruby.setup unicode 0.4.4.5 gem {} rubygems
2024-02-26 16:58:58 +07:00
revision 0
categories-append devel
license Ruby
maintainers nomaintainer
description Unicode normalization library
long_description {*}${description}
homepage https://rubygems.org/gems/unicode
2024-08-08 04:44:43 +08:00
checksums rmd160 42e2ca86249d5f767fa218f88d17ad2951aa11df \
sha256 42f294bfc8e186d29da89d1f766071505a20a22776168a31bb3408e03fa7a9d7 \
size 128000
if {${name} ne ${subport}} {
destroot.post_args-append \
-- --with-cflags="-fms-extensions -Wno-incompatible-function-pointer-types"
}