mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
20 lines
788 B
Tcl
20 lines
788 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
|
|
|
|
# Bundled for later versions of Ruby.
|
|
ruby.branches 3.0
|
|
ruby.setup matrix 0.4.2 gem {} rubygems
|
|
revision 0
|
|
platforms any
|
|
license {BSD Ruby}
|
|
maintainers nomaintainer
|
|
description Implementation of Matrix and Vector classes
|
|
long_description {*}${description}
|
|
homepage https://github.com/ruby/matrix
|
|
checksums rmd160 74f4e47fb9ab6b04aa4639ba0759352c0a87c660 \
|
|
sha256 71083ccbd67a14a43bfa78d3e4dc0f4b503b9cc18e5b4b1d686dc0f9ef7c4cc0 \
|
|
size 27136
|
|
supported_archs noarch
|