diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 22:28:07 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 22:28:07 +0000 |
commit | fa9ef2ae85692e138805bfda6e9af8721a6f3a45 (patch) | |
tree | 773023c86e399196582b4897021014c378d54abf /security/hs-tls/Makefile | |
parent | 9a8ae90c215b6668536987632d5b2f685b507ddd (diff) |
Notes
Diffstat (limited to 'security/hs-tls/Makefile')
-rw-r--r-- | security/hs-tls/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/hs-tls/Makefile b/security/hs-tls/Makefile index ee75beca0820..3658ba1761d1 100644 --- a/security/hs-tls/Makefile +++ b/security/hs-tls/Makefile @@ -6,17 +6,17 @@ # PORTNAME= tls -PORTVERSION= 0.8.5 +PORTVERSION= 0.9.5 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org -COMMENT= TLS/SSL protocol native implementation (server and client) +COMMENT= TLS/SSL protocol native implementation (Server and Client) LICENSE= BSD CABAL_SETUP= Setup.hs -USE_CABAL= cereal>=0.3 certificate>=1.0.0 crypto-api>=0.5 \ +USE_CABAL= cereal>=0.3 certificate>=1.2.0 crypto-api>=0.5 \ cryptocipher>=0.3.0 cryptohash>=0.6 mtl OPTIONS= EXECUTABLE "Build the executables" off |