# $Id: Portfile 82547 2011-08-15 16:46:16Z jmr@macports.org $

PortSystem              1.0
PortGroup               perl5 1.0

perl5.setup             Catalyst-Authentication-Credential-HTTP 1.012
revision                2
platforms               darwin
maintainers             fpassera.com:dev openmaintainer
description             HTTP Basic and Digest authentication for Catalyst.
long_description        ${description}

checksums               md5     71c403922c3cbf4428c8a78b3f610315\
                        sha1    1fcc9372fcd7e254d0c7450060dc0b3c68975985\
                        rmd160  cb48382549cca41789845601f2a8e15f425549e6

if {${perl5.major} != ""} {
    depends_lib-append      port:p${perl5.major}-test-mockobject \
                            port:p${perl5.major}-catalyst-plugin-authentication \
                            port:p${perl5.major}-string-escape \
                            port:p${perl5.major}-data-uuid
    
    supported_archs         noarch
}
