pkgsrc/databases/p5-Dancer-Plugin-DBIC/Makefile
sno 0c8656abdb 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.
2012-10-19 08:02:55 +00:00

25 lines
788 B
Makefile

# $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"