pkgsrc-wip/p5-Catalyst-Plugin-Authentication/Makefile
Roman Kulik 260999ded2 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/
2006-03-09 18:11:21 +00:00

22 lines
682 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/03/09 18:11:21 kuli0020 Exp $
DISTNAME= Catalyst-Plugin-Authentication-0.05
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/}
MAINTAINER= kuli0020@umn.edu
HOMEPAGE= http://search.cpan.org/dist/Catalyst-Plugin-Authentication/
COMMENT= Infrastructure plugin for the Catalyst authentication framework
DEPENDS+= p5-Catalyst>=5.49:../../wip/p5-Catalyst
DEPENDS+= p5-Class-Inspector>=0:../../devel/p5-Class-Inspector
PERL5_MODULE_TYPE= Module::Build
PERL5_REQD+= 5.8.1
PERL5_PACKLIST= auto/Catalyst/Plugin/Authentication/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"