# $Id: Portfile 67067 2010-04-28 10:52:35Z ryandesign@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Amazon-S3 0.45 ../by-authors/id/T/TI/TIMA/
maintainers           narf_tm openmaintainer
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

depends_lib-append    port:p5-class-accessor \
                      port:p5-digest-hmac \
                      port:p5-digest-md5-file \
                      port:p5-libwww-perl \
                      port:p5-lwp-useragent-determined \
                      port:p5-test-simple \
                      port:p5-uri \
                      port:p5-xml-simple

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
