# $FreeBSD: security/hs-monadcryptorandom/Makefile 331644 2013-10-26 00:52:33Z gerald $

PORTNAME=	monadcryptorandom
PORTVERSION=	0.5.1
PORTREVISION=	2
CATEGORIES=	security haskell

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

LICENSE=	BSD

USE_CABAL=	crypto-api>=0.2 mtl>=2.0 tagged>=0.2 transformers>=0.2

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