diff options
author | sno <sno@pkgsrc.org> | 2013-07-03 16:02:33 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2013-07-03 16:02:33 +0000 |
commit | 1ee2d58d5b86866ddbf0f8dd555afc16de13033a (patch) | |
tree | 192a53b581ba63d23b06300e397ba07358b1a723 /security | |
parent | f94dd4aa9edb2ff53ed9e02b52b5a831b8bffc4d (diff) | |
download | pkgsrc-1ee2d58d5b86866ddbf0f8dd555afc16de13033a.tar.gz |
Adding package for CPAN distribution Dancer-Plugin-Auth-RBAC version
1.110720 into security/p5-Dancer-Plugin-Auth-RBAC.
Dancer::Plugin::Auth::RBAC is an authentication framework and role-based
access control system. As a role-based access control system
Dancer::Plugin::Auth::RBAC can be complex but will give you the most
flexibilty over all other access control philosophies.
The Dancer::Plugin::Auth::RBAC plugin provides your application with the
ability to easily authenticate and restrict access to specific users and
groups by providing a tried and tested RBAC (role-based access control)
system. Dancer::Plugin::Auth::RBAC provides this level of sophistication
with minimal configuration.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Dancer-Plugin-Auth-RBAC/DESCR | 10 | ||||
-rw-r--r-- | security/p5-Dancer-Plugin-Auth-RBAC/Makefile | 26 | ||||
-rw-r--r-- | security/p5-Dancer-Plugin-Auth-RBAC/distinfo | 5 |
3 files changed, 41 insertions, 0 deletions
diff --git a/security/p5-Dancer-Plugin-Auth-RBAC/DESCR b/security/p5-Dancer-Plugin-Auth-RBAC/DESCR new file mode 100644 index 00000000000..8f6376271b9 --- /dev/null +++ b/security/p5-Dancer-Plugin-Auth-RBAC/DESCR @@ -0,0 +1,10 @@ +Dancer::Plugin::Auth::RBAC is an authentication framework and role-based +access control system. As a role-based access control system +Dancer::Plugin::Auth::RBAC can be complex but will give you the most +flexibilty over all other access control philosophies. + +The Dancer::Plugin::Auth::RBAC plugin provides your application with the +ability to easily authenticate and restrict access to specific users and +groups by providing a tried and tested RBAC (role-based access control) +system. Dancer::Plugin::Auth::RBAC provides this level of sophistication +with minimal configuration. diff --git a/security/p5-Dancer-Plugin-Auth-RBAC/Makefile b/security/p5-Dancer-Plugin-Auth-RBAC/Makefile new file mode 100644 index 00000000000..0324f16e961 --- /dev/null +++ b/security/p5-Dancer-Plugin-Auth-RBAC/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1 2013/07/03 16:02:33 sno Exp $ +# + +DISTNAME= Dancer-Plugin-Auth-RBAC-1.110720 +PKGNAME= p5-$(DISTNAME:S/110720/110.720/) +CATEGORIES= security www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Dancer/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Dancer-Plugin-Auth-RBAC/ +COMMENT= Dancer Authentication, Security and Role-Based Access Control Framework +LICENSE= $(PERL5_LICENSE) + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +DEPENDS+= p5-Dancer-[0-9]*:../../www/p5-Dancer +DEPENDS+= p5-YAML-[0-9]*:../../textproc/p5-YAML + +# XXX +#RECOMMENDED+= p5-Dancer-Plugin-Database-[0-9]*:../../database/p5-Dancer-Plugin-Database + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Dancer/Plugin/Auth/RBAC/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/p5-Dancer-Plugin-Auth-RBAC/distinfo b/security/p5-Dancer-Plugin-Auth-RBAC/distinfo new file mode 100644 index 00000000000..b93ab4669cc --- /dev/null +++ b/security/p5-Dancer-Plugin-Auth-RBAC/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/07/03 16:02:33 sno Exp $ + +SHA1 (Dancer-Plugin-Auth-RBAC-1.110720.tar.gz) = c6a97f2e09148db5d5e12542849846c06d25407c +RMD160 (Dancer-Plugin-Auth-RBAC-1.110720.tar.gz) = 2fc45bf1bb425f16d62315a1e8375582371a6782 +Size (Dancer-Plugin-Auth-RBAC-1.110720.tar.gz) = 13703 bytes |