pkgsrc/www/p5-Catalyst-Plugin-Authentication-Store-DBIC/Makefile
seb c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00

29 lines
1.3 KiB
Makefile

# $NetBSD: Makefile,v 1.5 2010/08/21 16:36:41 seb Exp $
DISTNAME= Catalyst-Plugin-Authentication-Store-DBIC-0.11
PKGNAME= p5-${DISTNAME}
PKGREVISION= 3
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/perldoc?Catalyst::Plugin::Authentication::Store::DBIC
COMMENT= Authentication and authorization against a DBIx::Class or CDBI
DEPENDS+= p5-Catalyst-Runtime>=0:../../www/p5-Catalyst-Runtime
DEPENDS+= p5-Catalyst-Plugin-Authentication>=0.06:../../www/p5-Catalyst-Plugin-Authentication
DEPENDS+= p5-Set-Object>=1.14:../../devel/p5-Set-Object
DEPENDS+= p5-Class-Accessor>=0:../../devel/p5-Class-Accessor
DEPENDS+= p5-DBIx-Class>=0:../../databases/p5-DBIx-Class
DEPENDS+= p5-Catalyst-Model-DBIC-Schema>=0:../../databases/p5-Catalyst-Model-DBIC-Schema
DEPENDS+= p5-Catalyst-Plugin-Authorization-Roles>=0.03:../../www/p5-Catalyst-Plugin-Authorization-Roles
DEPENDS+= p5-Catalyst-Plugin-Session-State-Cookie>=0.02:../../www/p5-Catalyst-Plugin-Session-State-Cookie
PERL5_PACKLIST= auto/Catalyst/Plugin/Authentication/Store/DBIC/.packlist
MAKE_ENV+= PERL_EXTUTILS_AUTOINSTALL=--skipdeps
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"