pkgsrc/databases/p5-Dancer-Plugin-DBIC/Makefile
sno b103d8856a Update package for CPAN distribution Dancer-Plugin-DBIC in
databases/p5-Dancer-Plugin-DBIC from 0.1601nb1 to 0.1802.

Upstream changes (since 1.1601):
0.1802  2013-01-22
        Updated version requirement for Dancer. A newer Dancer is required to
            use the plugin_args() function.

0.1801  2013-01-21
        Fixed tests to pass on Dancer 2.
        Thanks Yanick Champoux (https://github.com/yanick)!

0.1800  2013-01-18
        Added the resultset and rset keywords.

0.1700  2013-01-01
        Added support for Dancer 2.
        Thanks Steven Humphrey (https://github.com/shumphrey)!
2013-07-03 18:24:06 +00:00

24 lines
755 B
Makefile

# $NetBSD: Makefile,v 1.4 2013/07/03 18:24:06 sno Exp $
DISTNAME= Dancer-Plugin-DBIC-0.1802
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>=1.3098:../../www/p5-Dancer
# recommended ...
DEPENDS+= p5-DBIx-Class-Schema-Loader>=0.07002:../../databases/p5-DBIx-Class-Schema-Loader
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/Dancer/Plugin/DBIC/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"