2010-06-23 15:04:58 +00:00
|
|
|
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!
|
2012-11-13 04:26:02 +00:00
|
|
|
maintainers nomaintainer
|
2015-06-09 11:17:57 +00:00
|
|
|
homepage https://github.com/seattlerb/ruby2ruby
|
2023-12-08 00:41:56 +11:00
|
|
|
platforms any
|
|
|
|
|
supported_archs noarch
|
2010-06-23 15:06:14 +00:00
|
|
|
license MIT
|
2010-06-23 15:04:58 +00:00
|
|
|
checksums md5 30cfdb7213e23639a4139a78308206ea \
|
|
|
|
|
sha1 8759023ce8259d1fe648dccf4bb97994fa3173a1 \
|
|
|
|
|
rmd160 cc33f793bb1696ac7722b1b3ce1b46a85cfa7382
|
|
|
|
|
|
|
|
|
|
depends_run port:rb19-sexp_processor \
|
|
|
|
|
port:rb19-parser \
|
|
|
|
|
port:rb19-parsetree \
|
2010-06-23 15:06:14 +00:00
|
|
|
port:rb19-hoe
|