mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
20 lines
565 B
Plaintext
20 lines
565 B
Plaintext
PortSystem 1.0
|
|
PortGroup ruby 1.0
|
|
|
|
ruby.setup drb 2.0.4 basic_install.rb {ChangeLog doc sample}
|
|
revision 1
|
|
license {Ruby GPL-2}
|
|
maintainers nomaintainer
|
|
description distributed ruby (DRb)
|
|
long_description ruby (DRb) - distributed ruby. DRb can send message \
|
|
to other ruby script that like Java's RMI.
|
|
homepage http://www2a.biglobe.ne.jp/~seki/ruby/
|
|
master_sites ${homepage}
|
|
checksums md5 3f767e152ec2c81c3544f0b244cd4cdb
|
|
platforms any
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:rb-acl
|
|
|
|
post-extract { file delete ${worksrcpath}/lib/acl.rb }
|