aboutsummaryrefslogtreecommitdiff
path: root/security/hs-nonce/Makefile
blob: 4bfe2e5c83a4c1c258edc38e09198c31c2e91b4e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

PORTNAME=	nonce
PORTVERSION=	1.0.7
CATEGORIES=	security haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Generate cryptographic nonces

LICENSE=	BSD3CLAUSE

USE_CABAL=	base64-bytestring cprng-aes>=0.5 crypto-random entropy>=0.3.7 \
		unliftio

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