5ef6015b55
Changes since 0.02: 0.07 - Fix dependencies (URI::Find was in the Build.PL, but M::B is being phased out so the makefile wasn't regenerated) - Fix tests due to changed behavior in Test::MockObject 0.06 - reintroduce URI::Find based rewriting for non HTML bodies - more robust storage of session id in $c, using the api - rewriting of Location headers during redirects - various refactorings 0.05 - DWIM behavior when using both State::Cookie and State::URI together, through App->config->{session}{no_rewrite_if_cookie}. - Add App->config->{session}{rewrite_types} = [qw/.../] support. 0.04 - rerelase with proper version dependencies 0.03 2006-07-29 19:07 - Update to new session state plugin api (get_session_id)
27 lines
947 B
Makefile
27 lines
947 B
Makefile
# $NetBSD: Makefile,v 1.2 2007/03/03 06:59:19 netcap Exp $
|
|
|
|
DISTNAME= Catalyst-Plugin-Session-State-URI-0.07
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/}
|
|
|
|
MAINTAINER= kuli0020@umn.edu
|
|
HOMEPAGE= http://search.cpan.org/dist/Catalyst-Plugin-Session-State-URI/
|
|
COMMENT= Saves Catalyst Session IDs by rewriting URIs
|
|
|
|
DEPENDS+= p5-Catalyst-Plugin-Session>=0.06:../../wip/p5-Catalyst-Plugin-Session
|
|
DEPENDS+= p5-URI>=0:../../www/p5-URI
|
|
DEPENDS+= p5-HTML-TokeParser-Simple>=0:../../wip/p5-HTML-TokeParser-Simple
|
|
DEPENDS+= p5-MIME-Types>=0:../../mail/p5-MIME-Types
|
|
DEPENDS+= p5-Test-MockObject>=1.01:../../wip/p5-Test-MockObject
|
|
DEPENDS+= p5-URI>=0:../../www/p5-URI
|
|
DEPENDS+= p5-URI-Find>=0:../../wip/p5-URI-Find
|
|
|
|
# PERL5_MODULE_TYPE= Module::Build
|
|
|
|
PERL5_REQD+= 5.8.1
|
|
|
|
PERL5_PACKLIST= auto/Catalyst/Plugin/Session/State/URI/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|