You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
841 B
Tcl
23 lines
841 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 toml-rb 2.2.0 gem {} rubygems
|
|
license MIT
|
|
platforms any
|
|
supported_archs noarch
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
description Toml parser using Citrus parsing library
|
|
long_description {*}${description}
|
|
homepage https://github.com/emancu/toml-rb
|
|
checksums rmd160 d72382bbc3d31760f8ade648662245809839185c \
|
|
sha256 a1e2c54ac3cc9d49861004f75f0648b3622ac03a76abe105358c31553227d9a6 \
|
|
size 11264
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append port:rb${ruby.suffix}-citrus
|
|
}
|