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-blowfish | |
parent | 5e492199d1e024a681c6d21087c8d948cb3b7bc3 (diff) |
Notes
Diffstat (limited to 'security/hs-cipher-blowfish')
-rw-r--r-- | security/hs-cipher-blowfish/Makefile | 16 | ||||
-rw-r--r-- | security/hs-cipher-blowfish/distinfo | 2 | ||||
-rw-r--r-- | security/hs-cipher-blowfish/pkg-descr | 3 |
3 files changed, 21 insertions, 0 deletions
diff --git a/security/hs-cipher-blowfish/Makefile b/security/hs-cipher-blowfish/Makefile new file mode 100644 index 000000000000..768c5decd91c --- /dev/null +++ b/security/hs-cipher-blowfish/Makefile @@ -0,0 +1,16 @@ +# $FreeBSD$ + +PORTNAME= cipher-blowfish +PORTVERSION= 0.0.3 +CATEGORIES= security haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Blowfish cipher + +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-blowfish/distinfo b/security/hs-cipher-blowfish/distinfo new file mode 100644 index 000000000000..8595bc9d23b6 --- /dev/null +++ b/security/hs-cipher-blowfish/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/cipher-blowfish-0.0.3.tar.gz) = 8f41170a851dba6d0b6f07298af3213baca09ab2a8aaf2adb733631feb3b6641 +SIZE (cabal/cipher-blowfish-0.0.3.tar.gz) = 12876 diff --git a/security/hs-cipher-blowfish/pkg-descr b/security/hs-cipher-blowfish/pkg-descr new file mode 100644 index 000000000000..441a4e5c9c92 --- /dev/null +++ b/security/hs-cipher-blowfish/pkg-descr @@ -0,0 +1,3 @@ +Blowfish cipher primitives. + +WWW: http://github.com/vincenthz/hs-crypto-cipher |