You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
rb-forwardable: new port
This commit is contained in:
committed by
Vadym-Valdis Yudaiev
parent
dc68fb2a5e
commit
1feb32412d
@@ -0,0 +1,19 @@
|
||||
# -*- 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 forwardable 1.3.3 gem {} rubygems
|
||||
platforms any
|
||||
categories-append devel
|
||||
license {BSD Ruby}
|
||||
maintainers nomaintainer
|
||||
description Provides delegation of specified methods \
|
||||
to a designated object
|
||||
long_description {*}${description}
|
||||
homepage https://github.com/ruby/forwardable
|
||||
checksums rmd160 a3734d7293195fc3d8419df6bfd2a3e06635f82a \
|
||||
sha256 f17df4bd6afa6f46a003217023fe5716ef88ce261f5c4cf0edbdeed6470cafac \
|
||||
size 7680
|
||||
supported_archs noarch
|
||||
Reference in New Issue
Block a user