import p5-Catalyst-Authentication-Store-DBI

This module implements the Catalyst::Authentication API using
Catalyst::Model::DBI.
It uses DBI to let your application authenticate users against a
database and it provides support for
Catalyst::Plugin::Authorization::Roles.
This commit is contained in:
simon 2008-11-26 23:44:13 +00:00
parent aa2f82d8dd
commit 5ad144af9d
4 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/11/26 23:44:13 simon Exp $
COMMENT = storage class for Catalyst Authentication using DBI
MODULES = cpan
DISTNAME = Catalyst-Authentication-Store-DBI-0.01
CATEGORIES = security
MAINTAINER = Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
RUN_DEPENDS = ::databases/p5-Catalyst-Model-DBI \
::security/p5-Catalyst-Plugin-Authentication
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Catalyst-Authentication-Store-DBI-0.01.tar.gz) = 63im7qrKeKrrRf9iRFObEw==
RMD160 (Catalyst-Authentication-Store-DBI-0.01.tar.gz) = WK/0iai0Kocj3yBGlioi+htJWJY=
SHA1 (Catalyst-Authentication-Store-DBI-0.01.tar.gz) = KbuMOvosiXYk5c8tyksASxLCSTs=
SHA256 (Catalyst-Authentication-Store-DBI-0.01.tar.gz) = sf+YjhlSaM1Rfeu2IEpxVZASjZ77d8pf3lza54sW8g4=
SIZE (Catalyst-Authentication-Store-DBI-0.01.tar.gz) = 5088

View File

@ -0,0 +1,5 @@
This module implements the Catalyst::Authentication API using
Catalyst::Model::DBI.
It uses DBI to let your application authenticate users against a
database and it provides support for
Catalyst::Plugin::Authorization::Roles.

View File

@ -0,0 +1,6 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/11/26 23:44:13 simon Exp $
${P5SITE}/Catalyst/Authentication/Store/DBI/
${P5SITE}/Catalyst/Authentication/Store/DBI.pm
${P5SITE}/Catalyst/Authentication/Store/DBI/User.pm
@man man/man3p/Catalyst::Authentication::Store::DBI.3p
@man man/man3p/Catalyst::Authentication::Store::DBI::User.3p