# $Id: Portfile 85197 2011-10-10 23:09:15Z jmr@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

epoch                 1
perl5.setup           Catalyst-Plugin-Authentication 0.10017 ../by-authors/id/B/BO/BOBTFISH/
revision              2
license               {Artistic-1 GPL}
maintainers           nomaintainer
description           Infrastructure plugin for the Catalyst authentication framework.
long_description      The authentication plugin provides generic user \
                      support. It is the basis for both authentication \
                      (checking the user is who they claim to be), and \
                      authorization (allowing the user to do what \
                      the system authorises them to do).

platforms             darwin

checksums             md5 c9fcfeba6691700d99f4516eb1cf7558 \
                      sha1 4847637206d42e01d6459a23479cdf1ddabfb9b8 \
                      rmd160 511018c41951ff4be6e08e84b43f415cf1cd8670

if {${perl5.major} != ""} {
    depends_lib-append    port:p${perl5.major}-test-exception \
                          port:p${perl5.major}-catalyst-runtime \
                          port:p${perl5.major}-catalyst-plugin-session \
                          port:p${perl5.major}-class-inspector \
                          port:p${perl5.major}-mro-compat \
                          port:p${perl5.major}-class-mop \
                          port:p${perl5.major}-moose \
                          port:p${perl5.major}-test-simple
}
