mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
17 lines
744 B
Tcl
17 lines
744 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 3.0
|
|
ruby.setup bigdecimal 3.1.8 gem {} rubygems
|
|
license BSD Ruby
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
description Arbitrary-precision decimal floating-point number library
|
|
long_description {*}${description} for Ruby.
|
|
homepage https://github.com/ruby/bigdecimal
|
|
checksums rmd160 a2ef4e90e8e847be800086b20fdf8d56b60fa79b \
|
|
sha256 a89467ed5a44f8ae01824af49cbc575871fa078332e8f77ea425725c1ffe27be \
|
|
size 88576
|