Adding new package for CPAN module Dancer::Plugin::DBIC version 0.1601
into databases/p5-Dancer-Plugin-DBIC. Dancer::Plugin::DBIC makes it very easy to create Dancer applications that interface with databases. Only the database connection has to be configured in Dancer configuration file of the application. For performance, schema objects are cached in memory and are lazy loaded the first time they are accessed.
This commit is contained in:
parent
f290956565
commit
8bb40effe1
3 changed files with 36 additions and 0 deletions
6
databases/p5-Dancer-Plugin-DBIC/DESCR
Normal file
6
databases/p5-Dancer-Plugin-DBIC/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
Dancer::Plugin::DBIC makes it very easy to create Dancer applications that
|
||||
interface with databases. Only the database connection has to be configured
|
||||
in Dancer configuration file of the application.
|
||||
|
||||
For performance, schema objects are cached in memory and are lazy loaded
|
||||
the first time they are accessed.
|
25
databases/p5-Dancer-Plugin-DBIC/Makefile
Normal file
25
databases/p5-Dancer-Plugin-DBIC/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# $NetBSD: Makefile,v 1.1 2012/10/19 08:02:55 sno Exp $
|
||||
|
||||
DISTNAME= Dancer-Plugin-DBIC-0.1601
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Dancer/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Dancer-Plugin-DBIC/
|
||||
COMMENT= DBIx::Class interface for Dancer applications
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
DEPENDS+= p5-DBIx-Class-[0-9]*:../../databases/p5-DBIx-Class
|
||||
DEPENDS+= p5-Dancer-[0-9]*:../../www/p5-Dancer
|
||||
|
||||
# recommended ...
|
||||
DEPENDS+= p5-DBIx-Class-Schema-Loader>=0.07002:../../databases/p5-DBIx-Class-Schema-Loader
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
PERL5_PACKLIST= auto/Dancer/Plugin/DBIC/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
databases/p5-Dancer-Plugin-DBIC/distinfo
Normal file
5
databases/p5-Dancer-Plugin-DBIC/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2012/10/19 08:02:55 sno Exp $
|
||||
|
||||
SHA1 (Dancer-Plugin-DBIC-0.1601.tar.gz) = 6ede62168ad20fdeaaeedec6b5d299fc3b349155
|
||||
RMD160 (Dancer-Plugin-DBIC-0.1601.tar.gz) = cafdfb1c5890765447a8feebd95df530f32026d4
|
||||
Size (Dancer-Plugin-DBIC-0.1601.tar.gz) = 13738 bytes
|
Loading…
Reference in a new issue