pkgsrc/www/p5-Dancer-Session-Cookie/Makefile
sno 1b4475c0b4 Adding package for CPAN distribution Dancer-Session-Cookie version 0.22
into www/p5-Dancer-Session-Cookie.

This module implements a session engine for sessions stored entirely in
cookies. Usually only session id is stored in cookies and the session data
itself is saved in some external storage, e.g. database. This module allows
to avoid using external storage at all.

Since server cannot trust any data returned by client in cookies, this
module uses cryptography to ensure integrity and also secrecy. The data
your application stores in sessions is completely protected from both
tampering and analysis on the client-side.
2013-07-03 17:44:29 +00:00

31 lines
1.3 KiB
Makefile

# $NetBSD: Makefile,v 1.1 2013/07/03 17:44:29 sno Exp $
DISTNAME= Dancer-Session-Cookie-0.22
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Dancer/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Dancer-Session-Cookie/
COMMENT= Encrypted cookie-based session backend for Dancer
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Dancer/Session/Cookie/.packlist
DEPENDS+= p5-Crypt-CBC-[0-9]*:../../security/p5-Crypt-CBC
DEPENDS+= p5-Crypt-Rijndael-[0-9]*:../../security/p5-Crypt-Rijndael
DEPENDS+= p5-Dancer>=1.1313:../../www/p5-Dancer
DEPENDS+= p5-Session-Storage-Secure-[0-9]*:../../www/p5-Session-Storage-Secure
DEPENDS+= p5-String-CRC32-[0-9]*:../../textproc/p5-String-CRC32
DEPENDS+= p5-Time-Duration-Parse-[0-9]*:../../time/p5-Time-Duration-Parse
BUILD_DEPENDS+= p5-HTTP-Cookies-[0-9]*:../../www/p5-HTTP-Cookies
BUILD_DEPENDS+= p5-HTTP-Date-[0-9]*:../../www/p5-HTTP-Date
BUILD_DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
BUILD_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../net/p5-Test-TCP
BUILD_DEPENDS+= p5-Test-TCP-[0-9]*:../../net/p5-Test-TCP
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"