# $Id: Portfile 60960 2009-11-29 23:47:51Z narf_tm@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Catalyst-Plugin-Authorization-Roles 0.08
maintainers           narf_tm openmaintainer
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

depends_lib-append    port:p5-test-exception \
                      port:p5-catalyst-runtime \
                      port:p5-catalyst-plugin-authentication \
                      port:p5-set-object \
                      port:p5-universal-isa
