blob: 2a788a9312844a8c96d2a6d5b90aee31c3fa3f64 (
plain) (
blame)
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
36
37
|
# $FreeBSD$
PORTNAME= Session-Storage-Secure
PORTVERSION= 0.010
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DAGOLDEN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for encrypted, serialized session data with integrity
LICENSE= APACHE20
RUN_DEPENDS= \
p5-Crypt-CBC>0:security/p5-Crypt-CBC \
p5-Crypt-Rijndael>0:security/p5-Crypt-Rijndael \
p5-Crypt-URandom>0:security/p5-Crypt-URandom \
p5-Math-Random-ISAAC-XS>0:math/p5-Math-Random-ISAAC-XS \
p5-Moo>0:devel/p5-Moo \
p5-MooX-Types-MooseLike>=0.16:devel/p5-MooX-Types-MooseLike \
p5-Sereal-Decoder>0:converters/p5-Sereal-Decoder \
p5-Sereal-Encoder>0:converters/p5-Sereal-Encoder \
p5-String-Compare-ConstantTime>0:textproc/p5-String-Compare-ConstantTime \
p5-namespace-clean>0:devel/p5-namespace-clean
BUILD_DEPENDS= ${RUN_DEPENDS}
TEST_DEPENDS= \
p5-Test-Deep>0:devel/p5-Test-Deep \
p5-Test-Fatal>0:devel/p5-Test-Fatal \
p5-Number-Tolerant>0:devel/p5-Number-Tolerant
USES= perl5
USE_PERL5= configure
NO_ARCH= YES
.include <bsd.port.mk>
|