diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 19:20:54 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 19:20:54 +0000 |
commit | 4f52336b612a31d9f243d328753275024b7b09cb (patch) | |
tree | 65e1dc9ab9059050913c271baaf6945341649b32 /security/hs-monadcryptorandom | |
parent | 350b4034e6bca09c88ad31c2c4ce357027b4e762 (diff) |
Notes
Diffstat (limited to 'security/hs-monadcryptorandom')
-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 |