Ticket #6969: Portfile

File Portfile, 654 bytes (added by rcavanaugh@…, 18 years ago)

ATTACHMENT: rb-actionwebservice-1.0.0

Line 
1# $Id: $
2
3PortSystem        1.0
4PortGroup         ruby 1.0
5ruby.setup        actionwebservice 1.0.0 gem {} rubyforge:7650
6categories-append devel
7maintainers       rcavanaugh@gmail.com
8description       Simple support for publishing Web Service APIs for Rails applications.
9long_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.
12checksums         md5 17c6841930f288a660b9466016b1d649
13
14depends_lib-append  port:rb-activesupport
15depends_lib-append  port:rb-actionpack
16depends_lib-append  port:rb-activerecord