pkgsrc/www/p5-Catalyst-Plugin-Authentication/Makefile
sno e3978e1529 Updating www/p5-Catalyst-Plugin-Authentication from 0.10015nb1 to 0.10016
pkgsrc changes:
  - Adjusting dependencies

Upstream changes:
0.10016 22 Jan 2010
     - Move root actions out of applcation class in tests to remove
       warnings in the latest Catalyst.
     - Add AUTOLOAD method to the default user class so that methods are
       delegated down onto the underlieing user object retrieved from
       the store (if present)
     - Fix typos in documentation (RT#49476)
     - Fix compatibilty with Catalyst 5.70 (RT#50466)
     - Various documentation improvements
     - Fix Realm::Processive's authinfo_mungle option (RT#47106)
2010-01-26 09:41:47 +00:00

33 lines
1.4 KiB
Makefile

# $NetBSD: Makefile,v 1.11 2010/01/26 09:41:47 sno Exp $
DISTNAME= Catalyst-Plugin-Authentication-0.10016
PKGNAME= p5-${DISTNAME}0
#PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/}
MAINTAINER= rhaen@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Catalyst-Plugin-Authentication/
COMMENT= Infrastructure plugin for the Catalyst authentication framework
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Catalyst-Plugin-Session>=0.10:../../www/p5-Catalyst-Plugin-Session
DEPENDS+= p5-Catalyst-Runtime-[0-9]*:../../www/p5-Catalyst-Runtime
DEPENDS+= p5-Class-Inspector-[0-9]*:../../devel/p5-Class-Inspector
DEPENDS+= p5-MRO-Compat-[0-9]*:../../devel/p5-MRO-Compat
BUILD_DEPENDS+= p5-Catalyst-Plugin-Session-State-Cookie-[0-9]*:../../www/p5-Catalyst-Plugin-Session-State-Cookie
BUILD_DEPENDS+= p5-Class-MOP-[0-9]*:../../devel/p5-Class-MOP
BUILD_DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
BUILD_DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
BUILD_DEPENDS+= p5-Test-WWW-Mechanize-Catalyst>=0.50:../../www/p5-Test-WWW-Mechanize-Catalyst
#PERL5_MODULE_TYPE= Module::Install::Bundled
MAKE_PARAMS+= --skipdeps
PERL5_PACKLIST= auto/Catalyst/Plugin/Authentication/.packlist
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"