libmicrohttpd: optional SSL support.

Closes Homebrew/homebrew#34357.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Peter Spiess-Knafl 2014-11-20 23:00:40 +00:00 committed by Mike McQuaid
parent 9091b99382
commit cb7e1e321e

View file

@ -6,6 +6,13 @@ class Libmicrohttpd < Formula
mirror "http://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.38.tar.gz"
sha1 "1d0a6685b984b022a6be565f7b179c449944b3f1"
option "with-ssl", "Enable SSL support"
if build.with? "ssl"
depends_on "libgcrypt"
depends_on "gnutls"
end
bottle do
cellar :any
sha1 "f0da1b25c2538f70f5eb7cae3dc7e6953aca6e8a" => :yosemite