diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2013-06-04 18:53:40 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2013-06-04 18:53:40 +0000 |
commit | 109269205e521bb1d2d87678a391e5adefff88d6 (patch) | |
tree | 93f1f9278a9a48902904b7ff4a5ce711c10efe08 /security/hs-tls | |
parent | ad7295cafd0e46ece6fcbf594ef39a767c296d0e (diff) |
Notes
Diffstat (limited to 'security/hs-tls')
-rw-r--r-- | security/hs-tls/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/hs-tls/Makefile b/security/hs-tls/Makefile index 10345ddb1947..ec2cfc4cb018 100644 --- a/security/hs-tls/Makefile +++ b/security/hs-tls/Makefile @@ -2,6 +2,7 @@ PORTNAME= tls PORTVERSION= 1.1.2 +PORTREVISION= 1 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org @@ -9,8 +10,6 @@ COMMENT= TLS/SSL protocol native implementation (Server and Client) LICENSE= BSD -CABAL_SETUP= Setup.hs - USE_CABAL= cereal>=0.3 certificate>=1.3.0 crypto-pubkey \ crypto-random-api>=0.2 cryptohash>=0.6 mtl network |