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
19 lines
769 B
Tcl
19 lines
769 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 t_algebra 0.1.6 gem {} rubygems
|
|
categories-append math
|
|
platforms any
|
|
license MIT
|
|
maintainers nomaintainer
|
|
description Functor, Applicative and Monad interfaces for Ruby
|
|
long_description {*}${description}
|
|
homepage https://github.com/afg419/t_algebra
|
|
checksums rmd160 e73535d4d60a5922db6c8d984287800cc4db45e2 \
|
|
sha256 a5703a0ea27d89ac1014a33a6dd7a82a602234f98d3a05d2940f08ea75893d03 \
|
|
size 12800
|
|
supported_archs noarch
|