pkgsrc/www/p5-Plack-Middleware-Session/Makefile
mef bb321383b9 (www/p5-Plack-Middleware-Session) Updated from 0.30 to 0.33
0.33  2019-03-09 15:18:15 PST
        - Removed dependency to Digest::SHA1 #45
        - Added explicit dep to HTTP::Request::Common #44
        - Add t/lib to INC for Perl 5.26+
        - Fix POD link

0.32  2019-02-26 14:36:19 MST
        - Fix dependency for Cookie::Baker

0.31  2019-02-26 12:01:00 MST
        - Documentation fix
        - Support samesite cookie attributes #42
2019-11-20 12:16:56 +00:00

27 lines
926 B
Makefile

# $NetBSD: Makefile,v 1.21 2019/11/20 12:16:56 mef Exp $
DISTNAME= Plack-Middleware-Session-0.33
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Plack/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/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
DEPENDS+= p5-Plack>=0.9910:../../www/p5-Plack
DEPENDS+= p5-Cookie-Baker>=0:../../www/p5-Cookie-Baker
TEST_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
TEST_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
TEST_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
TEST_DEPENDS+= p5-DBD-SQLite-[0-9]*:../../databases/p5-DBD-SQLite
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"