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-extra/Makefile | |
parent | ad7295cafd0e46ece6fcbf594ef39a767c296d0e (diff) |
Notes
Diffstat (limited to 'security/hs-tls-extra/Makefile')
-rw-r--r-- | security/hs-tls-extra/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/hs-tls-extra/Makefile b/security/hs-tls-extra/Makefile index 37d6e3cd5d01..19204293de6f 100644 --- a/security/hs-tls-extra/Makefile +++ b/security/hs-tls-extra/Makefile @@ -2,7 +2,7 @@ PORTNAME= tls-extra PORTVERSION= 0.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org @@ -10,8 +10,6 @@ COMMENT= TLS extra default values and helpers LICENSE= BSD -CABAL_SETUP= Setup.hs - USE_CABAL= certificate>=1.3.5 cipher-aes>=0.1 cipher-rc4 crypto-pubkey \ crypto-random-api cryptohash>=0.6 mtl network>=2.3 \ pem>=0.1.0 text>=0.5 tls>=1.1.0 vector |