diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-06-24 10:01:15 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-06-24 10:01:15 +0000 |
commit | 834432a82b8938ff91ffd2c1fa292c8660424d03 (patch) | |
tree | 8a7d8e49d8133b6af43f8781204d0a3043a38282 /security/hs-crypto-conduit | |
parent | 76731ef924c7db92f7c275bb89cddd18624a39b1 (diff) | |
download | ports-834432a82b8938ff91ffd2c1fa292c8660424d03.tar.gz ports-834432a82b8938ff91ffd2c1fa292c8660424d03.zip |
Notes
Diffstat (limited to 'security/hs-crypto-conduit')
-rw-r--r-- | security/hs-crypto-conduit/Makefile | 22 | ||||
-rw-r--r-- | security/hs-crypto-conduit/distinfo | 2 | ||||
-rw-r--r-- | security/hs-crypto-conduit/pkg-descr | 5 |
3 files changed, 29 insertions, 0 deletions
diff --git a/security/hs-crypto-conduit/Makefile b/security/hs-crypto-conduit/Makefile new file mode 100644 index 000000000000..33db39c274c6 --- /dev/null +++ b/security/hs-crypto-conduit/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: hs-crypto-conduit +# Date created: June 10, 2012 +# Whom: haskell@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= crypto-conduit +PORTVERSION= 0.3.2 +CATEGORIES= security haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Conduit interface for cryptographic operations (from crypto-api) + +LICENSE= BSD + +CABAL_SETUP= Setup.hs + +USE_CABAL= cereal>=0.3 conduit>=0.4 crypto-api>=0.9 transformers>=0.2 + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> diff --git a/security/hs-crypto-conduit/distinfo b/security/hs-crypto-conduit/distinfo new file mode 100644 index 000000000000..afa0c91bfae4 --- /dev/null +++ b/security/hs-crypto-conduit/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/crypto-conduit-0.3.2.tar.gz) = 2d92fe4200034843772319632e0d5c092aafe5d4f7c2d16109972ec681a1c625 +SIZE (cabal/crypto-conduit-0.3.2.tar.gz) = 6945 diff --git a/security/hs-crypto-conduit/pkg-descr b/security/hs-crypto-conduit/pkg-descr new file mode 100644 index 000000000000..6d2112e37e78 --- /dev/null +++ b/security/hs-crypto-conduit/pkg-descr @@ -0,0 +1,5 @@ +This package contains everything that you need to use a cryptographic +package that supports the crypto-api package using conduits from the +conduit package. + +WWW: https://github.com/meteficha/crypto-conduit |