You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
24 lines
957 B
Plaintext
24 lines
957 B
Plaintext
PortSystem 1.0
|
|
PortGroup ruby 1.0
|
|
|
|
ruby.setup ruby2ruby 1.2.4 gem {} rubygems ruby19
|
|
description A means of generating pure ruby code easily from \
|
|
RubyParser compatible Sexps.
|
|
long_description \
|
|
ruby2ruby provides a means of generating pure ruby code easily from \
|
|
RubyParser compatible Sexps. This makes making dynamic language \
|
|
processors in ruby easier than ever!
|
|
maintainers nomaintainer
|
|
homepage https://github.com/seattlerb/ruby2ruby
|
|
platforms any
|
|
supported_archs noarch
|
|
license MIT
|
|
checksums md5 30cfdb7213e23639a4139a78308206ea \
|
|
sha1 8759023ce8259d1fe648dccf4bb97994fa3173a1 \
|
|
rmd160 cc33f793bb1696ac7722b1b3ce1b46a85cfa7382
|
|
|
|
depends_run port:rb19-sexp_processor \
|
|
port:rb19-parser \
|
|
port:rb19-parsetree \
|
|
port:rb19-hoe
|