# $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore@macports.org $

PortSystem        1.0
PortGroup         ruby 1.0

ruby.setup        actionwebservice 1.2.6 gem {} rubyforge_gem:aws
categories-append devel
maintainers       gmail.com:rcavanaugh
description       Simple support for publishing Web Service APIs for Rails applications.
long_description  Simple support for publishing Web Service APIs for Rails \
                  applications. Supports SOAP and XML-RPC, as well as \
                  generating WSDL for SOAP bindings.
checksums         md5 fe5202944fd6e4c82a4a199469811887 \
                  sha1 6499a6c0a1af8c8396faf0a3993d8504bae20893 \
                  rmd160 9aca597a1bad07020c885eff90f9a05e297f32c0
platforms         darwin

depends_lib-append  port:rb-actionpack \
                    port:rb-activerecord

livecheck.regex   "<strong>aws</strong></td><td>(?:REL )?(.*)$"
