aboutsummaryrefslogtreecommitdiffstats
path: root/security/hs-clientsession/Makefile
blob: 88ce85a3b750b2602d30e63aea456f1b03bd8ea6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

PORTNAME=   clientsession
PORTVERSION=    0.9
PORTREVISION=   3
CATEGORIES= security haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Securely store session data in a client-side cookie

LICENSE=    BSD

USE_CABAL=  base64-bytestring>=0.1.1.1 cereal>=0.3 cipher-aes>=0.1.7 \
        cprng-aes>=0.2 crypto-api>=0.8 entropy>=0.2.1 skein \
        tagged>=0.1

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>