openbsd-ports/security/p5-Catalyst-Authentication-Store-DBI/Makefile
simon 5ad144af9d 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.
2008-11-26 23:44:13 +00:00

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>