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

PORTNAME=	crypto-numbers
PORTVERSION=	0.2.7
PORTREVISION=	2
CATEGORIES=	security haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Cryptographic numbers: functions and algorithms

LICENSE=	BSD3CLAUSE

USE_CABAL=	crypto-random>=0.0.0 vector

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