1 | # $Id: $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup ruby 1.0 |
---|
5 | ruby.setup actionwebservice 1.0.0 gem {} rubyforge:7650 |
---|
6 | categories-append devel |
---|
7 | maintainers rcavanaugh@gmail.com |
---|
8 | description Simple support for publishing Web Service APIs for Rails applications. |
---|
9 | long_description Simple support for publishing Web Service APIs for Rails \ |
---|
10 | applications. Supports SOAP and XML-RPC, as well as \ |
---|
11 | generating WSDL for SOAP bindings. |
---|
12 | checksums md5 17c6841930f288a660b9466016b1d649 |
---|
13 | |
---|
14 | depends_lib-append port:rb-activesupport |
---|
15 | depends_lib-append port:rb-actionpack |
---|
16 | depends_lib-append port:rb-activerecord |
---|