summaryrefslogtreecommitdiff
path: root/www/p5-Session-Storage-Secure/Makefile
blob: 0f7392a45c93130a5eae470e4abf588fffa8a41e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# $NetBSD: Makefile,v 1.12 2020/08/31 18:13:09 wiz Exp $

DISTNAME=	Session-Storage-Secure-0.011
PKGNAME=	p5-${DISTNAME}
PKGREVISION=	3
CATEGORIES=	www perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DA/DAGOLDEN/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://metacpan.org/release/Session-Storage-Secure
COMMENT=	Encrypted, expiring, compressed, serialized session data with integrity
LICENSE=	${PERL5_LICENSE}

USE_LANGUAGES=	# empty
PERL5_PACKLIST=	auto/Session/Storage/Secure/.packlist

DEPENDS+=	p5-Crypt-CBC>=0:../../security/p5-Crypt-CBC
DEPENDS+=	p5-Crypt-Rijndael-[0-9]*:../../security/p5-Crypt-Rijndael
DEPENDS+=	p5-Crypt-URandom-[0-9]*:../../security/p5-Crypt-URandom
# Digest::SHA is in Core ...
# MIME::Base64 : "3.12" - since 5.13.8 in Core
DEPENDS+=	p5-Math-Random-ISAAC-XS-[0-9]*:../../math/p5-Math-Random-ISAAC-XS
DEPENDS+=	p5-Moo-[0-9]*:../../devel/p5-Moo
DEPENDS+=	p5-MooX-Types-MooseLike>=0.16:../../devel/p5-MooX-Types-MooseLike
DEPENDS+=	p5-Sereal-Decoder>=4.005:../../converters/p5-Sereal-Decoder
DEPENDS+=	p5-Sereal-Encoder-[0-9]*:../../converters/p5-Sereal-Encoder
DEPENDS+=	p5-String-Compare-ConstantTime-[0-9]*:../../textproc/p5-String-Compare-ConstantTime
DEPENDS+=	p5-namespace-clean-[0-9]*:../../devel/p5-namespace-clean

BUILD_DEPENDS+=	p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
BUILD_DEPENDS+=	p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
BUILD_DEPENDS+=	p5-Number-Tolerant-[0-9]*:../../math/p5-Number-Tolerant

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"