Add missing DEPENDS Upstream changes: 0.25 2014-09-28 20:07:42 PDT - Make tests safer for parallel execution. #21 0.24 2014-09-05 04:49:59 PDT - No changes since 0.23 0.23 2014-08-11 10:22:40 PDT - Changed the warning to error, when secret is not set. 0.22 2014-08-11 10:16:51 PDT - Document the vunlerability of using this middleware without secret, and warn when secret is not set on the runtime. In the next release the default will be changed to require the secret. (mala) 0.21 2013-10-12 11:41:37 PDT - use Cookie::Baker (kazeburo)
26 lines
940 B
Makefile
26 lines
940 B
Makefile
# $NetBSD: Makefile,v 1.11 2014/11/03 03:17:51 wen Exp $
|
|
|
|
DISTNAME= Plack-Middleware-Session-0.25
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Plack/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Plack-Middleware-Session/
|
|
COMMENT= Plack middleware for session management
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Plack/Middleware/Session/.packlist
|
|
|
|
PERL5_MODULE_TYPE= Module::Build::Tiny
|
|
|
|
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-Requires-[0-9]*:../../devel/p5-Test-Requires
|
|
DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
|
|
DEPENDS+= p5-Plack>=0.9910:../../www/p5-Plack
|
|
DEPENDS+= p5-Cookie-Baker>=0:../../www/p5-Cookie-Baker
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|