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

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>