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-aes128 | |
parent | 5e492199d1e024a681c6d21087c8d948cb3b7bc3 (diff) | |
download | ports-cc555442337c7591ab5c3fd19ad8e3e185a256b0.tar.gz ports-cc555442337c7591ab5c3fd19ad8e3e185a256b0.zip |
Notes
Diffstat (limited to 'security/hs-cipher-aes128')
-rw-r--r-- | security/hs-cipher-aes128/Makefile | 15 | ||||
-rw-r--r-- | security/hs-cipher-aes128/distinfo | 2 | ||||
-rw-r--r-- | security/hs-cipher-aes128/pkg-descr | 3 |
3 files changed, 20 insertions, 0 deletions
diff --git a/security/hs-cipher-aes128/Makefile b/security/hs-cipher-aes128/Makefile new file mode 100644 index 000000000000..e2dfeef57496 --- /dev/null +++ b/security/hs-cipher-aes128/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +PORTNAME= cipher-aes128 +PORTVERSION= 0.6.4 +CATEGORIES= security haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= AES and common modes using AES-NI when available + +LICENSE= BSD3CLAUSE + +USE_CABAL= cereal crypto-api>=0.13 tagged + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> diff --git a/security/hs-cipher-aes128/distinfo b/security/hs-cipher-aes128/distinfo new file mode 100644 index 000000000000..5f4d8f9b12df --- /dev/null +++ b/security/hs-cipher-aes128/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/cipher-aes128-0.6.4.tar.gz) = 4a95c3f572aacbe3b0d68c593f45c16014ef96b5e38dd32a8fb6466e10bf7f24 +SIZE (cabal/cipher-aes128-0.6.4.tar.gz) = 23445 diff --git a/security/hs-cipher-aes128/pkg-descr b/security/hs-cipher-aes128/pkg-descr new file mode 100644 index 000000000000..1f8ede6267d4 --- /dev/null +++ b/security/hs-cipher-aes128/pkg-descr @@ -0,0 +1,3 @@ +Cipher-aes128 is an implementation of AES and common modes of operation. + +WWW: https://github.com/TomMD/cipher-aes128 |