diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2014-08-10 22:34:50 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2014-08-10 22:34:50 +0000 |
commit | cc555442337c7591ab5c3fd19ad8e3e185a256b0 (patch) | |
tree | a6a0dfa4f440949889fc7b609c83f74555f6894e /security/hs-cipher-camellia | |
parent | 5e492199d1e024a681c6d21087c8d948cb3b7bc3 (diff) | |
download | ports-cc555442337c7591ab5c3fd19ad8e3e185a256b0.tar.gz ports-cc555442337c7591ab5c3fd19ad8e3e185a256b0.zip |
Notes
Diffstat (limited to 'security/hs-cipher-camellia')
-rw-r--r-- | security/hs-cipher-camellia/Makefile | 16 | ||||
-rw-r--r-- | security/hs-cipher-camellia/distinfo | 2 | ||||
-rw-r--r-- | security/hs-cipher-camellia/pkg-descr | 3 |
3 files changed, 21 insertions, 0 deletions
diff --git a/security/hs-cipher-camellia/Makefile b/security/hs-cipher-camellia/Makefile new file mode 100644 index 000000000000..1653443b1fa3 --- /dev/null +++ b/security/hs-cipher-camellia/Makefile @@ -0,0 +1,16 @@ +# $FreeBSD$ + +PORTNAME= cipher-camellia +PORTVERSION= 0.0.2 +CATEGORIES= security haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Camellia block cipher primitives + +LICENSE= BSD3CLAUSE + +USE_CABAL= byteable crypto-cipher-types>=0.0.3 securemem>=0.1.2 \ + vector + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> diff --git a/security/hs-cipher-camellia/distinfo b/security/hs-cipher-camellia/distinfo new file mode 100644 index 000000000000..5b49f8f1663f --- /dev/null +++ b/security/hs-cipher-camellia/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/cipher-camellia-0.0.2.tar.gz) = 8d0cd137cdb890646bb5d3bb52b20fa6d74e1b0c35d7d524d60edd9d43ace2a7 +SIZE (cabal/cipher-camellia-0.0.2.tar.gz) = 6230 diff --git a/security/hs-cipher-camellia/pkg-descr b/security/hs-cipher-camellia/pkg-descr new file mode 100644 index 000000000000..4c6d9836f2cf --- /dev/null +++ b/security/hs-cipher-camellia/pkg-descr @@ -0,0 +1,3 @@ +Camellia block cipher primitives. + +WWW: http://github.com/vincenthz/hs-crypto-cipher |