diff options
author | pgj <pgj@FreeBSD.org> | 2012-06-04 03:20:54 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-06-04 03:20:54 +0800 |
commit | 49a030fefc34598596d7cff48965621d17866e4c (patch) | |
tree | 79fe081c24f433053385e77871c1035c8a39307f /security | |
parent | 5ca8943f620aed38917c8966e2342b33088dc8a9 (diff) | |
download | freebsd-ports-gnome-49a030fefc34598596d7cff48965621d17866e4c.tar.gz freebsd-ports-gnome-49a030fefc34598596d7cff48965621d17866e4c.tar.zst freebsd-ports-gnome-49a030fefc34598596d7cff48965621d17866e4c.zip |
A monad for using CryptoRandomGen.
WWW: http://trac.haskell.org/crypto-api/wiki
Obtained from: FreeBSD Haskell
Diffstat (limited to 'security')
-rw-r--r-- | security/hs-monadcryptorandom/Makefile | 20 | ||||
-rw-r--r-- | security/hs-monadcryptorandom/distinfo | 2 | ||||
-rw-r--r-- | security/hs-monadcryptorandom/pkg-descr | 3 |
3 files changed, 25 insertions, 0 deletions
diff --git a/security/hs-monadcryptorandom/Makefile b/security/hs-monadcryptorandom/Makefile new file mode 100644 index 000000000000..36bab79ad77a --- /dev/null +++ b/security/hs-monadcryptorandom/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: hs-monadcryptorandom +# Date created: April 7, 2012 +# Whom: haskell@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= monadcryptorandom +PORTVERSION= 0.4.1 +CATEGORIES= security haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= A monad for using CryptoRandomGen + +LICENSE= BSD + +USE_CABAL= crypto-api>=0.2 mtl>=2.0 transformers>=0.2 + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> diff --git a/security/hs-monadcryptorandom/distinfo b/security/hs-monadcryptorandom/distinfo new file mode 100644 index 000000000000..557b944c7007 --- /dev/null +++ b/security/hs-monadcryptorandom/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/monadcryptorandom-0.4.1.tar.gz) = e169e92973095d009c2775ba998f361662d4c2c41d6661407f6ba44ab2fba307 +SIZE (cabal/monadcryptorandom-0.4.1.tar.gz) = 3938 diff --git a/security/hs-monadcryptorandom/pkg-descr b/security/hs-monadcryptorandom/pkg-descr new file mode 100644 index 000000000000..67c1c1b033cc --- /dev/null +++ b/security/hs-monadcryptorandom/pkg-descr @@ -0,0 +1,3 @@ +A monad for using CryptoRandomGen. + +WWW: http://trac.haskell.org/crypto-api/wiki |