mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
This plugin uses a DBIx::Class (or Class::DBI) object to authenticate a user.
WWW: http://search.cpan.org/dist/Catalyst-Plugin-Authentication-Store-DBIC/ PR: ports/90273 Submitted by: Lars Balker Rasmussen <lars@balker.dk>
This commit is contained in:
parent
2b3b318710
commit
59ae0e5fee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150996
@ -496,6 +496,7 @@
|
||||
SUBDIR += p5-Catalyst-Model-DBIC-Plain
|
||||
SUBDIR += p5-Catalyst-Plugin-Authentication
|
||||
SUBDIR += p5-Catalyst-Plugin-Authentication-CDBI
|
||||
SUBDIR += p5-Catalyst-Plugin-Authentication-Store-DBIC
|
||||
SUBDIR += p5-Catalyst-Plugin-Authorization-Roles
|
||||
SUBDIR += p5-Catalyst-Plugin-DefaultEnd
|
||||
SUBDIR += p5-Catalyst-Plugin-FillInForm
|
||||
|
35
www/p5-Catalyst-Plugin-Authentication-Store-DBIC/Makefile
Normal file
35
www/p5-Catalyst-Plugin-Authentication-Store-DBIC/Makefile
Normal file
@ -0,0 +1,35 @@
|
||||
# Ports collection makefile for: p5-Catalyst-Plugin-Authentication-Store-DBIC
|
||||
# Date created: Dec 12, 2005
|
||||
# Whom: Lars Balker Rasmussen <lars@balker.dk>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Catalyst-Plugin-Authentication-Store-DBIC
|
||||
PORTVERSION= 0.03
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Catalyst
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= lars@balker.dk
|
||||
COMMENT= Authentication/authorization on a DBIx::Class/Class::DBI model
|
||||
|
||||
BUILD_DEPENDS= p5-Catalyst>=5.49:${PORTSDIR}/www/p5-Catalyst \
|
||||
p5-Catalyst-Plugin-Authentication>=0.03:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication \
|
||||
p5-Catalyst-Plugin-Authorization-Roles>=0.03:${PORTSDIR}/www/p5-Catalyst-Plugin-Authorization-Roles \
|
||||
p5-Set-Object>=0:${PORTSDIR}/devel/p5-Set-Object \
|
||||
p5-Catalyst-Plugin-Session>=0.02:${PORTSDIR}/www/p5-Catalyst-Plugin-Session
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAN3= Catalyst::Plugin::Authentication::Store::DBIC.3 \
|
||||
Catalyst::Plugin::Authentication::Store::DBIC::Backend.3 \
|
||||
Catalyst::Plugin::Authentication::Store::DBIC::User.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${PERL_LEVEL} < 500801
|
||||
IGNORE= requires at least Perl 5.8.1. Install lang/perl5.8, and try again
|
||||
.endif
|
||||
.include <bsd.port.post.mk>
|
@ -0,0 +1,3 @@
|
||||
MD5 (Catalyst-Plugin-Authentication-Store-DBIC-0.03.tar.gz) = 4d54bc7d19d37c6b094f3bd2f4bd263a
|
||||
SHA256 (Catalyst-Plugin-Authentication-Store-DBIC-0.03.tar.gz) = 122127c451f3546651e12b3e65cde07cca622d66c8278c9282565e33bee2d4dc
|
||||
SIZE (Catalyst-Plugin-Authentication-Store-DBIC-0.03.tar.gz) = 10922
|
@ -0,0 +1,3 @@
|
||||
This plugin uses a DBIx::Class (or Class::DBI) object to authenticate a user.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Catalyst-Plugin-Authentication-Store-DBIC/
|
@ -0,0 +1,8 @@
|
||||
%%SITE_PERL%%/Catalyst/Plugin/Authentication/Store/DBIC/User.pm
|
||||
%%SITE_PERL%%/Catalyst/Plugin/Authentication/Store/DBIC/Backend.pm
|
||||
%%SITE_PERL%%/Catalyst/Plugin/Authentication/Store/DBIC.pm
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Catalyst/Plugin/Authentication/Store/DBIC 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Catalyst/Plugin/Authentication/Store 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Catalyst/Plugin/Authentication 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Catalyst/Plugin 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Catalyst 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user