New port: security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Database
This class is an authentication provider designed to authenticate users against a database, using Dancer2::Plugin::Database to access a database. See Dancer2::Plugin::Auth::Extensible for details on how to use the authentication framework. WWW: http://search.cpan.org/dist/Dancer2-Plugin-Auth-Extensible-Provider-Database/ PR: 213451 Submitted by: Henk van Oers <hvo.pm@xs4all.nl>
This commit is contained in:
@@ -604,6 +604,7 @@
|
||||
SUBDIR += p5-Dancer-Plugin-Passphrase
|
||||
SUBDIR += p5-Dancer2-Plugin-Auth-Extensible
|
||||
SUBDIR += p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC
|
||||
SUBDIR += p5-Dancer2-Plugin-Auth-Extensible-Provider-Database
|
||||
SUBDIR += p5-Dancer2-Plugin-Auth-Extensible-Provider-IMAP
|
||||
SUBDIR += p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup
|
||||
SUBDIR += p5-Dancer2-Plugin-Passphrase
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
# Created by: Henk van Oers <hvo.pm@xs4all.nl>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Dancer2-Plugin-Auth-Extensible-Provider-Database
|
||||
PORTVERSION= 0.600
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= hvo.pm@xs4all.nl
|
||||
COMMENT= Extensible authentication for D2 apps using Dancer2-Plugin-Database
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Dancer2-Plugin-Auth-Extensible>=0.600:security/p5-Dancer2-Plugin-Auth-Extensible \
|
||||
p5-Dancer2-Plugin-Database>=0.600:databases/p5-Dancer2-Plugin-Database
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1476370811
|
||||
SHA256 (Dancer2-Plugin-Auth-Extensible-Provider-Database-0.600.tar.gz) = 8a1d727fa05a7cbad1a2a3785be033b005aecaa59fd114d726215c26597172aa
|
||||
SIZE (Dancer2-Plugin-Auth-Extensible-Provider-Database-0.600.tar.gz) = 9601
|
||||
@@ -0,0 +1,7 @@
|
||||
This class is an authentication provider designed to authenticate users
|
||||
against a database, using Dancer2::Plugin::Database to access a database.
|
||||
|
||||
See Dancer2::Plugin::Auth::Extensible for details on how to use
|
||||
the authentication framework.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Dancer2-Plugin-Auth-Extensible-Provider-Database/
|
||||
@@ -0,0 +1,2 @@
|
||||
%%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible/Provider/Database.pm
|
||||
%%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible::Provider::Database.3.gz
|
||||
Reference in New Issue
Block a user