diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-06-06 15:41:30 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-06-06 15:41:30 +0000 |
commit | 04fba33ff30eb20d75aa029bd5b5c6e6b4892920 (patch) | |
tree | 69f965a1223b060b691ef9f56b46ab96be0db7bb /security/p5-Dancer-Plugin-Auth-Extensible-Provider-Usergroup/pkg-plist | |
parent | d5558167c010fd83e82ffefe43873549f8d27d60 (diff) | |
download | ports-04fba33ff30eb20d75aa029bd5b5c6e6b4892920.tar.gz ports-04fba33ff30eb20d75aa029bd5b5c6e6b4892920.zip |
authenticate as a member of a group
Define that a user must be logged in and have the proper permissions to
access a route
WWW: https://metacpan.org/pod/Dancer::Plugin::Auth::Extensible::Provider::Usergroup
PR: ports/190659
Submitted by: Henk van Oers <hvo.pm@xs4all.nl>
Notes
Notes:
svn path=/head/; revision=356813
Diffstat (limited to 'security/p5-Dancer-Plugin-Auth-Extensible-Provider-Usergroup/pkg-plist')
-rw-r--r-- | security/p5-Dancer-Plugin-Auth-Extensible-Provider-Usergroup/pkg-plist | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/security/p5-Dancer-Plugin-Auth-Extensible-Provider-Usergroup/pkg-plist b/security/p5-Dancer-Plugin-Auth-Extensible-Provider-Usergroup/pkg-plist new file mode 100644 index 000000000000..81bbbc67f27a --- /dev/null +++ b/security/p5-Dancer-Plugin-Auth-Extensible-Provider-Usergroup/pkg-plist @@ -0,0 +1,5 @@ +%%PERL5_MAN3%%/Dancer::Plugin::Auth::Extensible::Provider::Usergroup.3.gz +%%SITE_PERL%%/Dancer/Plugin/Auth/Extensible/Provider/Usergroup.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin/Auth/Extensible/Provider/Usergroup/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin/Auth/Extensible/Provider/Usergroup +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin/Auth/Extensible/Provider |