# $Id: Portfile 39811 2008-09-06 06:17:59Z kimuraw@macports.org $ PortSystem 1.0 PortGroup ruby 1.0 ruby.setup rttool 1.0.2 setup.rb {rttool.en.html rttool.ja.html ChangeLog examples} revision 0 maintainers kimuraw description Simple table generator long_description \ RT is a simple and human-readable table format. \ RTtool is a converter from RT into various formats. \ RT can be incorporated into RD. categories-append textproc extract.suffix .tar.gz checksums md5 daa2b4d2dc23ef3cc6f31220e01e39a8 \ rmd160 59964eccdbcc369862289f3209ca2b5b4b9bec25 \ sha1 a4267f7b34edee29d359cba54638164f47261211 platforms darwin homepage http://www.rubyist.net/~rubikitch/computer/rttool/ master_sites http://www.rubyist.net/~rubikitch/archive/ configure.args-append --site-ruby="${prefix}/lib/ruby/vendor_ruby/${ruby.version}" post-build { reinplace "s|^#!.*ruby|#!${ruby.bin}|" ${worksrcpath}/bin/rt/rt2 reinplace "s|^#!.*ruby|#!${ruby.bin}|" ${worksrcpath}/bin/rt/rdrt2 }