5b0e59f35a
0.1400 pkgsrc changes: - adjusting dependencies Upstream changes: 0.1400 2010-09-01 * Make can() work as well as AUTOLOADing. 0.1300 2010-06-16 * Support columns with accessors that aren't the column name. * Fix some documentation typos. * Stop failing horribly when running the tests in parallel. * Default to not running pod tests for users, even if the required modules for that are available. 0.1200 2010-04-10 Release 0.1100 as a stable version without further modifications. 0.1100 2010-03-29 - development release Support compound primary keys for looking up users.
28 lines
1.2 KiB
Makefile
28 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.8 2010/09/05 11:22:19 sno Exp $
|
|
|
|
DISTNAME= Catalyst-Authentication-Store-DBIx-Class-0.1400
|
|
PKGNAME= p5-${DISTNAME}
|
|
#PKGREVISION= 1
|
|
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"
|