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

PORTNAME=	monadcryptorandom
PORTVERSION=	0.7.1
PORTREVISION=	1
CATEGORIES=	security haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Monad for using CryptoRandomGen

LICENSE=	BSD3CLAUSE

USE_CABAL=	crypto-api exceptions tagged transformers-compat

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