386b5b12d2
Changelog: 0.10009 2008-11-27 - Including progressive realm for multiple authentication attempts in a single request. 0.10008 2008-10-23 - Updating config to allow for inclusion of realm ref's in the main config hash rather than in a subref called 'realms'
21 lines
826 B
Makefile
21 lines
826 B
Makefile
# $NetBSD: Makefile,v 1.5 2008/12/11 16:03:38 rhaen Exp $
|
|
|
|
DISTNAME= Catalyst-Plugin-Authentication-0.100091
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/}
|
|
|
|
MAINTAINER= rhaen@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
|
|
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
|
|
|
|
PERL5_PACKLIST= auto/Catalyst/Plugin/Authentication/.packlist
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|