pkgsrc/www/p5-Catalyst-Plugin-Session/Makefile
abs 681b3f9371 Added www/p5-Catalyst-Plugin-Session version 0.19
The Session plugin is the base of two related parts of functionality
required for session management in web applications.

The first part, the State, is getting the browser to repeat back a
session key, so that the web application can identify the client and
logically string several requests together into a session.

The second part, the Store, deals with the actual storage of information
about the client. This data is stored so that the it may be revived for
every request made by the same client.

This plugin links the two pieces together.

WWW: http://search.cpan.org/dist/Catalyst-Plugin-Session/
2008-07-15 09:18:32 +00:00

29 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/07/15 09:18:32 abs Exp $
DISTNAME= Catalyst-Plugin-Session-0.19
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-module/Catalyst/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Catalyst-Plugin-Session/
COMMENT= Generic Catalyst Session plugin
DEPENDS+= p5-Catalyst-Runtime>=5.49:../../www/p5-Catalyst-Runtime
DEPENDS+= p5-Digest>=0:../../security/p5-Digest
DEPENDS+= p5-File-Temp>=0:../../devel/p5-File-Temp
DEPENDS+= p5-Object-Signature>=0:../../devel/p5-Object-Signature
DEPENDS+= p5-PathTools>=0:../../devel/p5-PathTools
DEPENDS+= p5-Test-Deep>=0:../../devel/p5-Test-Deep
DEPENDS+= p5-Test-Exception>=0:../../devel/p5-Test-Exception
DEPENDS+= p5-Test-MockObject>=1.01:../../devel/p5-Test-MockObject
DEPENDS+= p5-Test-Simple>=0:../../devel/p5-Test-Simple
DEPENDS+= p5-Tie-RefHash>=1.34:../../devel/p5-Tie-RefHash
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Catalyst/Plugin/Session/.packlist
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"