mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
20 lines
875 B
Tcl
20 lines
875 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.4 3.3 3.2 3.1
|
|
ruby.setup forwardable-extended 2.6.0 gem {} rubygems
|
|
categories-append devel
|
|
license MIT
|
|
maintainers nomaintainer
|
|
platforms any
|
|
supported_archs noarch
|
|
description Forwardable with hash and instance variable support
|
|
long_description Forwardable Extended provides more \
|
|
Forwardable methods for your source.
|
|
homepage https://github.com/envygeeks/forwardable-extended
|
|
checksums rmd160 2ae98ac2faeaad70ce7c92eff3acb3f2130b3878 \
|
|
sha256 1bec948c469bbddfadeb3bd90eb8c85f6e627a412a3e852acfd7eaedbac3ec97 \
|
|
size 6656
|