diff options
author | erwin <erwin@FreeBSD.org> | 2005-12-12 16:16:16 +0000 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2005-12-12 16:16:16 +0000 |
commit | 6d84fff45297e5e5ea0296cbf3087fa761e51e42 (patch) | |
tree | 2eeea82318bc79ea3d87231f10dc06bed6735c80 /www/Makefile | |
parent | dc0058b6821787a47f3124d62d93b15ced7850ed (diff) | |
download | FreeBSD-ports-6d84fff45297e5e5ea0296cbf3087fa761e51e42.zip FreeBSD-ports-6d84fff45297e5e5ea0296cbf3087fa761e51e42.tar.gz |
This module provides Access Control List style path protection, with
arbitrary rules for Catalyst applications. It operates only on the
Catalyst private namespace, at least at the moment.
WWW: http://search.cpan.org/dist/Catalyst-Plugin-Authorization-ACL/
PR: ports/90275
Submitted by: Lars Balker Rasmussen <lars@balker.dk>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 96dbabd..55cf176 100644 --- a/www/Makefile +++ b/www/Makefile @@ -498,6 +498,7 @@ SUBDIR += p5-Catalyst-Plugin-Authentication-CDBI SUBDIR += p5-Catalyst-Plugin-Authentication-Store-DBIC SUBDIR += p5-Catalyst-Plugin-Authentication-Store-Htpasswd + SUBDIR += p5-Catalyst-Plugin-Authorization-ACL SUBDIR += p5-Catalyst-Plugin-Authorization-Roles SUBDIR += p5-Catalyst-Plugin-DefaultEnd SUBDIR += p5-Catalyst-Plugin-FillInForm |