mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
19 lines
772 B
Tcl
19 lines
772 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 thread_safe 0.3.6 gem {} rubygems
|
|
license Apache-2
|
|
platforms any
|
|
supported_archs noarch
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
description Thread-safe collections for Ruby
|
|
long_description {*}${description}
|
|
homepage https://github.com/ruby-concurrency/thread_safe
|
|
checksums rmd160 87759067eeee663151b225d9551196ece567507a \
|
|
sha256 9ed7072821b51c57e8d6b7011a8e282e25aeea3a4065eab326e43f66f063b05a \
|
|
size 120832
|