# $Id: Portfile 82782 2011-08-20 01:07:52Z ryandesign@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Amazon-S3 0.45 ../by-authors/id/T/TI/TIMA/
revision              2
license               Artistic GPL
maintainers           nomaintainer
description           A portable client library for working with and \
                      managing Amazon S3 buckets and keys.
long_description      ${description}

platforms             darwin

checksums             md5 a055ab8fd27d86ddc65a216145391793 \
                      sha1 d648ce558dc86b1b94748dc672e42b952ac2a69f \
                      rmd160 19e74c57191bed5ff7c3367b65f3b0961fdea05a

if {${perl5.major} != ""} {
    depends_lib-append    port:p${perl5.major}-class-accessor \
                          port:p${perl5.major}-digest-hmac \
                          port:p${perl5.major}-digest-md5-file \
                          port:p${perl5.major}-libwww-perl \
                          port:p${perl5.major}-lwp-useragent-determined \
                          port:p${perl5.major}-test-simple \
                          port:p${perl5.major}-uri \
                          port:p${perl5.major}-xml-simple
}

supported_archs noarch
