From: Chris Hofstaedtler Date: Mon, 28 May 2018 13:34:06 +0000 (+0200) Subject: Allow running "brew bundle" to fetch deps X-Git-Tag: dnsdist-1.3.1~63^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b445e9d5bed53435fa2e60efa017ee04f467a8e1;p=pdns Allow running "brew bundle" to fetch deps --- diff --git a/Brewfile b/Brewfile new file mode 100644 index 000000000..173ada03c --- /dev/null +++ b/Brewfile @@ -0,0 +1,14 @@ +# Use "brew bundle" to install these. +# You still need 'PKG_CONFIG_PATH=/usr/local/opt/libedit/lib/pkgconfig:/usr/local/opt/openssl/lib/pkgconfig' for ./configure. +brew 'autoconf' +brew 'automake' +brew 'libedit' +brew 'libsodium' +brew 'libtool' +brew 'lua' +brew 'openssl' +brew 'pkg-config' +brew 'protobuf' +brew 'python' +brew 'ragel' +brew 'sqlite'