mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
929 B
Tcl
25 lines
929 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 snaky_hash 2.0.1 gem {} rubygems
|
|
categories-append devel
|
|
platforms any
|
|
license MIT
|
|
maintainers nomaintainer
|
|
description Hashie::Mash joint to make snakelife better
|
|
long_description {*}${description}
|
|
homepage https://gitlab.com/oauth-xx/snaky_hash
|
|
checksums rmd160 4e60b4e795a1071ae147ac459222f542ffecf242 \
|
|
sha256 1ac87ec157fcfe7a460e821e0cd48ae1e6f5e3e082ab520f03f31a9259dbdc31 \
|
|
size 15872
|
|
supported_archs noarch
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_run-append \
|
|
port:rb${ruby.suffix}-hashie \
|
|
port:rb${ruby.suffix}-version_gem
|
|
}
|