# $Id: Portfile 88158 2011-12-21 00:33:31Z vinc17@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

categories          perl net
platforms           darwin
perl5.setup         Net-OAuth 0.27
revision            3
maintainers         nomaintainer
supported_archs     noarch
description         OAuth protocol support
long_description    ${description}.

checksums           md5     6b7a854c8c848ba08e5e0703bdfd8c95 \
                    sha1    b425e4888140327de43b941442d1a2edf4c319b1 \
                    rmd160  6a864891bd877a399af8c0868478393c9d1bbe5d

if {${perl5.major} != ""} {
depends_lib-append \
  port:p${perl5.major}-digest-hmac \
  port:p${perl5.major}-digest-sha1 \
  port:p${perl5.major}-test-warn \
  port:p${perl5.major}-uri \
  port:p${perl5.major}-class-accessor \
  port:p${perl5.major}-class-data-inheritable
}
