diff options
author | pgj <pgj@FreeBSD.org> | 2012-02-13 10:44:48 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-02-13 10:44:48 +0800 |
commit | 9511fd1eb0149f0a755e340c5726d06b04b7b59b (patch) | |
tree | 4c1a00523f0c0566d9c2502cfb7bc23bce039d1e /security/hs-cryptocipher/Makefile | |
parent | 0bdba6b9cb05de064a1de90f5f84d60a256f30e2 (diff) | |
download | freebsd-ports-gnome-9511fd1eb0149f0a755e340c5726d06b04b7b59b.tar.gz freebsd-ports-gnome-9511fd1eb0149f0a755e340c5726d06b04b7b59b.tar.zst freebsd-ports-gnome-9511fd1eb0149f0a755e340c5726d06b04b7b59b.zip |
Symmetrical Block, Stream, and PubKey Ciphers.
WWW: http://github.com/vincenthz/hs-cryptocipher
Obtained from: FreeBSD Haskell
Diffstat (limited to 'security/hs-cryptocipher/Makefile')
-rw-r--r-- | security/hs-cryptocipher/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/security/hs-cryptocipher/Makefile b/security/hs-cryptocipher/Makefile new file mode 100644 index 000000000000..393ff99e4347 --- /dev/null +++ b/security/hs-cryptocipher/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: hs-cryptocipher +# Date created: November 19, 2011 +# Whom: haskell@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= cryptocipher +PORTVERSION= 0.3.0 +CATEGORIES= security haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Symmetrical Block, Stream, and PubKey Ciphers + +LICENSE= BSD + +CABAL_SETUP= Setup.hs +USE_CABAL= cereal crypto-api>=0.5 crypto-pubkey-types primitive tagged \ + vector>=0.7 + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> |