pkgsrc/www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile
hiramatsu 8d8836fd94 Update p5-Catalyst-Authentication-Store-DBIx-Class to 0.1503.
Changes from previous:
----------------------
0.1503  2011-12-08
        * Change docs to show $c->config('Plugin::Authentication' => {...
          rather than $c->config->{authentication}. The new key, and method
          rather than hash access style are both preferred and recommended.

0.1502  2011-08-24
        * Switch repository to git (fREW Schmidt)

0.1501  2011-06-17
        * If use_userdata_from_session isn't set, then don't store more
          fields than we need in the session -- only the fields we need to
          load the object from the DB again.

0.1500  2010-11-16
        * Allow specifying a fully loaded DBIC result in addition to resultsets
          of which only the first row is considered.

0.1401  2010-11-16
        * Fix call to ->load which was not passing $c
2011-12-13 12:30:07 +00:00

27 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.10 2011/12/13 12:30:07 hiramatsu Exp $
DISTNAME= Catalyst-Authentication-Store-DBIx-Class-0.1503
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
LICENSE= ${PERL5_LICENSE}
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>=5.80000:../../www/p5-Catalyst-Runtime
DEPENDS+= p5-DBIx-Class>=0.08000:../../databases/p5-DBIx-Class
DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose
DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny
DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean
PERL5_PACKLIST= auto/Catalyst/Authentication/Store/DBIx/Class/.packlist
PERL5_MODULE_TYPE= Module::Install
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"