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:
sno 2012-10-19 08:02:55 +00:00
parent f290956565
commit 8bb40effe1
3 changed files with 36 additions and 0 deletions

View 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.

View 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"

View 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