9e7a1dbee5
pkgsrc changes: - Adjust dependencies Upstream changes: 0.40 Wed Feb 3 23:12:16 EST 2010 - fix Replicated trait deps 0.39 Mon Feb 1 10:08:51 EST 2010 - better 'on_connect_do' parsing in Helper 0.38 Fri Jan 15 06:41:24 EST 2010 - re-add the 'storage' proxy method 0.37 Thu Jan 14 10:20:43 EST 2010 - support single replicant hashref from config 0.36 Thu Jan 14 09:21:10 EST 2010 - upgrading a schema to use_namespaces=1 will also turn on components=InflateColumn::DateTime (the default.) 0.35 Sun Dec 27 04:50:53 EST 2009 - forgot to edit Changes on last upload 0.34 Sun Dec 27 03:49:34 EST 2009 - move schema proxying into SchemaProxy trait which is off by default 0.33 Sat Dec 26 08:04:49 EST 2009 - fix test failure in 05testapp.t when env var not set (RT#53101) 0.32 Wed Dec 23 01:22:06 EST 2009 - Move documentation on setting up authentication into its own section for clarity. - Other misc documentation enhancements to make the docs more clear about the important things to know. - Convert Authentication Plugin configuration example to new style. - Support Coderefs in loader options for helper (patch from Ozum Eldogan ozum@ozum.net)
43 lines
1.7 KiB
Makefile
43 lines
1.7 KiB
Makefile
# $NetBSD: Makefile,v 1.10 2010/03/10 12:51:06 sno Exp $
|
|
|
|
DISTNAME= Catalyst-Model-DBIC-Schema-0.40
|
|
PKGNAME= p5-${DISTNAME}
|
|
#PKGREVISION= 1
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Catalyst-Model-DBIC-Schema/
|
|
COMMENT= DBIx::Class::Schema Model Class
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Carp-Clan-[0-9]*:../../devel/p5-Carp-Clan
|
|
DEPENDS+= p5-Catalyst-Runtime>=5.80005:../../www/p5-Catalyst-Runtime
|
|
DEPENDS+= p5-CatalystX-Component-Traits>=0.14:../../www/p5-CatalystX-Component-Traits
|
|
DEPENDS+= p5-DBIx-Class>=0.08114:../../databases/p5-DBIx-Class
|
|
DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
|
|
DEPENDS+= p5-Moose>=0.90:../../devel/p5-Moose
|
|
DEPENDS+= p5-MooseX-Types-[0-9]*:../../devel/p5-MooseX-Types
|
|
DEPENDS+= p5-Tie-IxHash-[0-9]*:../../devel/p5-Tie-IxHash
|
|
DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean
|
|
|
|
# Recommended / Feature
|
|
# Catalyst::Helper support
|
|
DEPENDS+= p5-Catalyst-Devel>=1:../../www/p5-Catalyst-Devel
|
|
DEPENDS+= p5-DBIx-Class-Schema-Loader>=0.04005:../../databases/p5-DBIx-Class-Schema-Loader
|
|
# Caching support
|
|
DEPENDS+= p5-DBIx-Class-Cursor-Cached-[0-9]*:../../databases/p5-DBIx-Class-Cursor-Cached
|
|
# Replication Support
|
|
DEPENDS+= p5-Hash-Merge-[0-9]*:../../devel/p5-Hash-Merge
|
|
DEPENDS+= p5-namespace-clean-[0-9]*:../../devel/p5-namespace-clean
|
|
|
|
BUILD_DEPENDS+= p5-Test-Simple>=0.94:../../devel/p5-Test-Simple
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Catalyst/Model/DBIC/Schema/.packlist
|
|
PERL5_MODULE_TYPE= Module::Install
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|