mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
22 lines
820 B
Tcl
22 lines
820 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 psych 5.1.2 gem {} rubygems
|
|
categories-append devel
|
|
license MIT
|
|
maintainers nomaintainer
|
|
description Psych is a YAML parser and emitter
|
|
long_description {*}${description} for Ruby projects.
|
|
homepage https://github.com/ruby/psych
|
|
checksums rmd160 214aae09544a0d02652b4d8c9c67e841572cc4ee \
|
|
sha256 337322f58fc2bf24827d2b9bd5ab595f6a72971867d151bb39980060ea40a368 \
|
|
size 37888
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:rb${ruby.suffix}-stringio
|
|
}
|