1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Add p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC 0.501

- While I'm here, fix *_DEPENDS

This class is an authentication provider designed to authenticate users
against a database, using Dancer2::Plugin::DBIC 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-DBIC/

PR:		206439
Submitted by:	Henk van Oers <hvo.pm@xs4all.nl>
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2016-01-23 15:12:54 +00:00
parent c4c223d69e
commit 4cad3b8780
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=406998
5 changed files with 42 additions and 0 deletions

View File

@ -573,6 +573,7 @@
SUBDIR += p5-Dancer-Plugin-Auth-Extensible-Provider-Usergroup
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-Usergroup
SUBDIR += p5-Dancer2-Plugin-Passphrase
SUBDIR += p5-Data-Entropy

View File

@ -0,0 +1,28 @@
# Created by: Henk van Oers <hvo.pm@xs4all.nl>
# $FreeBSD$
PORTNAME= Dancer2-Plugin-Auth-Extensible-Provider-DBIC
PORTVERSION= 0.501
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= hvo.pm@xs4all.nl
COMMENT= Extensible authentication framework for Dancer2 apps using DBIC
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-DBIx-Class>=0:${PORTSDIR}/databases/p5-DBIx-Class \
p5-Dancer2-Plugin-Auth-Extensible>=0.501:${PORTSDIR}/security/p5-Dancer2-Plugin-Auth-Extensible \
p5-Dancer2-Plugin-DBIC>=0:${PORTSDIR}/databases/p5-Dancer2-Plugin-DBIC \
p5-String-CamelCase>=0:${PORTSDIR}/textproc/p5-String-CamelCase
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Class-Load>=0:${PORTSDIR}/devel/p5-Class-Load \
p5-DateTime-Format-SQLite>=0:${PORTSDIR}/devel/p5-DateTime-Format-SQLite \
p5-Path-Tiny>=0:${PORTSDIR}/devel/p5-Path-Tiny
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Dancer2-Plugin-Auth-Extensible-Provider-DBIC-0.501.tar.gz) = 146c480f170c46f5bafed85047d01a9f2af9218d5a8569e4370722418611c4b0
SIZE (Dancer2-Plugin-Auth-Extensible-Provider-DBIC-0.501.tar.gz) = 9874

View File

@ -0,0 +1,7 @@
This class is an authentication provider designed to authenticate users
against a database, using Dancer2::Plugin::DBIC 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-DBIC/

View File

@ -0,0 +1,4 @@
%%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible/Provider/DBIC.pm
%%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible/Provider/README.pod
%%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible::Provider::DBIC.3.gz
%%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible::Provider::README.3.gz