diff --git a/macports/ports/ruby/local.rb-parsetree/Portfile b/macports/ports/ruby/local.rb-parsetree/Portfile
index d53983d..4f0d1ed 100644
a
|
b
|
|
3 | 3 | PortSystem 1.0 |
4 | 4 | PortGroup ruby 1.0 |
5 | 5 | |
6 | | ruby.setup ParseTree 2.2.0 gem {} rubyforge_gem:parsetree |
| 6 | ruby.setup ParseTree 3.0.4 gem {} rubyforge_gem:parsetree |
7 | 7 | maintainers kallisys.net:pguyot openmaintainer |
8 | 8 | description Extract and enumerate ruby parse trees. |
9 | 9 | long_description ParseTree is a C extension (using RubyInline) that \ |
… |
… |
long_description ParseTree is a C extension (using RubyInline) that \ |
11 | 11 | specific method and returns it as a s-expression (aka \ |
12 | 12 | sexp) using ruby's arrays, strings, symbols, and \ |
13 | 13 | integers. |
14 | | checksums md5 f598688d9f3abd1bcbdb98a6e2caebd2 \ |
15 | | sha1 2d301ab0a3fd8015b4b8f7a49ceb14c8f420863a \ |
16 | | rmd160 95e3ba06ad0f448c29f6e4156830eef37b3c378b |
| 14 | checksums md5 0955106bcbac25e87e74b4e852179d8b \ |
| 15 | sha1 5450a7f3ad6557f0287b683e7741ef83f1e8b109 \ |
| 16 | rmd160 cd135a8981c41a9e8880349b64f53a53129b96d7 |
17 | 17 | platforms darwin |
18 | | homepage http://www.zenspider.com/ZSS/Products/ParseTree/ |
| 18 | homepage http://rubyforge.org/projects/parsetree/ |
19 | 19 | |
20 | 20 | depends_lib-append \ |
21 | 21 | port:rb-hoe \ |