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

PORTNAME=	crypto-random-api
PORTVERSION=	0.2.0
PORTREVISION=	2
CATEGORIES=	security haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Simple random generators API for cryptography related code

LICENSE=	BSD

USE_CABAL=	entropy

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