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

PORTNAME=   cprng-aes
PORTVERSION=    0.3.4
PORTREVISION=   4
CATEGORIES= security haskell

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

LICENSE=    BSD

USE_CABAL=  cipher-aes>=0.1 crypto-api>=0.8 crypto-random-api>=0.2 \
        entropy>=0.2 random

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