# $FreeBSD: head/security/hs-nonce/Makefile 461362 2018-02-10 08:03:22Z tcberner $

PORTNAME=	nonce
PORTVERSION=	1.0.4
PORTREVISION=	1
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 text>=0.9

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