# $FreeBSD: head/security/hs-clientsession/Makefile 367888 2014-09-10 20:50:31Z gerald $ PORTNAME= clientsession PORTVERSION= 0.9.0.3 PORTREVISION= 1 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Securely store session data in a client-side cookie LICENSE= BSD3CLAUSE USE_CABAL= base64-bytestring>=0.1.1.1 cereal>=0.3 cipher-aes>=0.1.7 \ cprng-aes>=0.2 crypto-api>=0.8 crypto-random entropy>=0.2.1 \ skein tagged>=0.1 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include