pkgsrc-wip/p5-Catalyst-Plugin-Authentication/Makefile
Johann Franz c96ddd785e Update to 0.09.
Changes since 0.05:
0.09
        - be a bit more pedantic about checking values for definedness before
          invoking methods on them

0.08
        - factor test applications out to files due to changes in Catalyst::Test
        - don't load session at prepare time unless necessary

0.07    2006-03-17 17:33:12
        - allow base64 hashed passwords

0.06    2006-03-14 19:23:50
        - pass extra get_user args to store so they can be made use of
2007-03-03 07:27:06 +00:00

23 lines
760 B
Makefile

# $NetBSD: Makefile,v 1.2 2007/03/03 07:27:06 netcap Exp $
DISTNAME= Catalyst-Plugin-Authentication-0.09
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
DEPENDS+= p5-Catalyst-Plugin-Session>=0.10:../../wip/p5-Catalyst-Plugin-Session
# 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"