pkgsrc/www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile
rhaen 6f9b8693a6 - updated to 0.1082
- took maintainership

ChangeLog:
0.108   2008-09-25
		Adding SimpleDB realm to simplify basic auth configuration
		Changing user_class to user_model, per req. by mst to avoid confusing newbies.

0.107   2008-09-29
		Fix the typo in exception during authenticate
		Doc fixes and clarifications
		Added missing dependency on Catalyst::Model::DBIC::Schema to Makefile.PL


0.105   2008-03-19
        Throw an exception if no fields are provided during authenticate
           - better than retrieving a random user.
           - still possible to do an empty search by using searchargs
2008-11-10 22:41:10 +00:00

21 lines
884 B
Makefile

# $NetBSD: Makefile,v 1.3 2008/11/10 22:41:10 rhaen Exp $
DISTNAME= Catalyst-Authentication-Store-DBIx-Class-0.1082
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/}
MAINTAINER= rhaen@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Catalyst-Authentication-Store-DBIx-Class/
COMMENT= Storage class for Catalyst Authentication using DBIx::Class
DEPENDS+= p5-Catalyst-Model-DBIC-Schema>=0.18:../../databases/p5-Catalyst-Model-DBIC-Schema
DEPENDS+= p5-Catalyst-Plugin-Authentication>=0.10008:../../www/p5-Catalyst-Plugin-Authentication
DEPENDS+= p5-Catalyst-Runtime>=0:../../www/p5-Catalyst-Runtime
DEPENDS+= p5-DBIx-Class>=0:../../databases/p5-DBIx-Class
PERL5_PACKLIST= auto/Catalyst/Authentication/Store/DBIx/Class/.packlist
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"