aboutsummaryrefslogtreecommitdiffstats
path: root/security/hs-cprng-aes/Makefile
blob: a7b1bcec69a1eb34c58602a72a36b35cba93acf8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

PORTNAME=   cprng-aes
PORTVERSION=    0.5.2
PORTREVISION=   1
CATEGORIES= security haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Crypto Pseudo Random Number Generator using AES

LICENSE=    BSD3CLAUSE

USE_CABAL=  byteable cipher-aes>=0.2 crypto-random>=0.0.7 random

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