A storage class for Catalyst Authentication using DBIx::Class
WWW: http://search.cpan.org/dist/Catalyst-Authentication-Store-DBIx-Class/ PR: ports/127544 Submitted by: Oleg Mamontov <oleg at mamontov.net>
This commit is contained in:
parent
1535276130
commit
6844f5c942
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220969
@ -670,6 +670,7 @@
|
||||
SUBDIR += p5-CGI_Lite
|
||||
SUBDIR += p5-Catalyst-Action-REST
|
||||
SUBDIR += p5-Catalyst-Action-RenderView
|
||||
SUBDIR += p5-Catalyst-Authentication-Store-DBIx-Class
|
||||
SUBDIR += p5-Catalyst-Authentication-Store-LDAP
|
||||
SUBDIR += p5-Catalyst-Component-ACCEPT_CONTEXT
|
||||
SUBDIR += p5-Catalyst-Controller-BindLex
|
||||
|
27
www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile
Normal file
27
www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: p5-Catalyst-Authentication-Store-DBIx-Class
|
||||
# Date created: 2008-09-18
|
||||
# Whom: Oleg Mamontov <oleg@mamontov.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Catalyst-Authentication-Store-DBIx-Class
|
||||
PORTVERSION= 0.106
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= oleg@mamontov.net
|
||||
COMMENT= A storage class for Catalyst Authentication using DBIx::Class
|
||||
|
||||
BUILD_DEPENDS= p5-DBIx-Class>=0:${PORTSDIR}/databases/p5-DBIx-Class \
|
||||
p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime \
|
||||
p5-Catalyst-Plugin-Authentication>=0.10005:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Catalyst::Authentication::Store::DBIx::Class.3 \
|
||||
Catalyst::Authentication::Store::DBIx::Class::User.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/p5-Catalyst-Authentication-Store-DBIx-Class/distinfo
Normal file
3
www/p5-Catalyst-Authentication-Store-DBIx-Class/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Catalyst-Authentication-Store-DBIx-Class-0.106.tar.gz) = e6a6d09e4abda186ee8749b579b80822
|
||||
SHA256 (Catalyst-Authentication-Store-DBIx-Class-0.106.tar.gz) = 2d660948a763a18670bc3cb9f519306a9e4eb7f4a2d841ebe68e24af32084d7b
|
||||
SIZE (Catalyst-Authentication-Store-DBIx-Class-0.106.tar.gz) = 35055
|
@ -0,0 +1,3 @@
|
||||
A storage class for Catalyst Authentication using DBIx::Class
|
||||
|
||||
WWW: http://search.cpan.org/dist/Catalyst-Authentication-Store-DBIx-Class/
|
14
www/p5-Catalyst-Authentication-Store-DBIx-Class/pkg-plist
Normal file
14
www/p5-Catalyst-Authentication-Store-DBIx-Class/pkg-plist
Normal file
@ -0,0 +1,14 @@
|
||||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/Catalyst/Authentication/Store/DBIx/Class.pm
|
||||
%%SITE_PERL%%/Catalyst/Authentication/Store/DBIx/Class/User.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Authentication/Store/DBIx/Class/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Authentication/Store/DBIx/Class
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Authentication/Store/DBIx
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Authentication/Store
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Authentication
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst
|
||||
@dirrmtry %%SITE_PERL%%/Catalyst/Authentication/Store/DBIx/Class
|
||||
@dirrmtry %%SITE_PERL%%/Catalyst/Authentication/Store/DBIx
|
||||
@dirrmtry %%SITE_PERL%%/Catalyst/Authentication/Store
|
||||
@dirrmtry %%SITE_PERL%%/Catalyst/Authentication
|
||||
@dirrmtry %%SITE_PERL%%/Catalyst
|
Loading…
Reference in New Issue
Block a user