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

PORTNAME=   cryptonite
PORTVERSION=    0.6
CATEGORIES= security haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Cryptography Primitives sink

LICENSE=    BSD3CLAUSE

USE_CABAL=  memory>=0.2

FLAGS_ENABLE=   support_aesni support_rdrand integer-gmp support_deepseq
FLAGS_DISABLE=  support_pclmuldq

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