5ad144af9d
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.
21 lines
505 B
Makefile
21 lines
505 B
Makefile
# $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>
|