mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
20 lines
811 B
Tcl
20 lines
811 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 hashie 5.0.0 gem {} rubygems
|
|
categories-append devel
|
|
platforms any
|
|
license MIT
|
|
maintainers nomaintainer
|
|
description Hashie is a collection of classes and mixins \
|
|
that make hashes more powerful
|
|
long_description {*}${description}
|
|
homepage https://github.com/hashie/hashie
|
|
checksums rmd160 c7b8c43796d8589d383e935bdf2c5f1d00d16fbe \
|
|
sha256 9d6c4e51f2a36d4616cbc8a322d619a162d8f42815a792596039fc95595603da \
|
|
size 54784
|
|
supported_archs noarch
|