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

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Catalyst-Plugin-Authorization-Roles 0.08
revision              2
license               {Artistic-1 GPL}
maintainers           nomaintainer
description           Role based authorization for Catalyst based \
                      on Catalyst::Plugin::Authentication
long_description      Role based access control is very simple: every user \
                      has a list of roles, which that user is allowed to \
                      assume, and every restricted part of the app makes \
                      an assertion about the necessary roles.

platforms             darwin

checksums             md5 a42685dea7fd6d0f0c5fcaad9ca4e4ab \
                      sha1 a8307eb5f317d3974a25c421b5c028ac05095b0c \
                      rmd160 073c69b394b06de85d8ddb5a755326be7c4f5694

if {${perl5.major} != ""} {
    depends_lib-append    port:p${perl5.major}-test-exception \
                          port:p${perl5.major}-catalyst-runtime \
                          port:p${perl5.major}-catalyst-plugin-authentication \
                          port:p${perl5.major}-set-object \
                          port:p${perl5.major}-universal-isa
}
