dc34b6933a
The authentication plugin provides generic user support. It is the basis for both authentication (checking the user is who they claim to be), and authorization (allowing the user to do what the system authorises them to do). WWW: http://search.cpan.org/dist/Catalyst-Plugin-Authentication/
22 lines
787 B
Makefile
22 lines
787 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/07/15 09:17:09 abs Exp $
|
|
|
|
DISTNAME= Catalyst-Plugin-Authentication-0.10006
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Catalyst-Plugin-Authentication/
|
|
COMMENT= Infrastructure plugin for the Catalyst authentication framework
|
|
|
|
DEPENDS+= p5-Catalyst-Runtime>=0:../../www/p5-Catalyst-Runtime
|
|
DEPENDS+= p5-Class-Inspector>=0:../../devel/p5-Class-Inspector
|
|
DEPENDS+= p5-Catalyst-Plugin-Session>=0.10:../../www/p5-Catalyst-Plugin-Session
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Catalyst/Plugin/Authentication/.packlist
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|