aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libbson.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/libbson.rb b/Library/Formula/libbson.rb
index 8e9534630..cade76f09 100644
--- a/Library/Formula/libbson.rb
+++ b/Library/Formula/libbson.rb
@@ -5,6 +5,13 @@ class Libbson < Formula
url "https://github.com/mongodb/libbson/releases/download/0.8.4/libbson-0.8.4.tar.gz"
sha1 "698d68defaec7ed67d4f17090ae183aaa47a21df"
+ bottle do
+ cellar :any
+ sha1 "d0a43ac2ce476cf7bc20350857786713418c7977" => :mavericks
+ sha1 "9fd0d05b79e2cc48811df35dabcc0878c205af55" => :mountain_lion
+ sha1 "cfb36772ff29c3aaf00815a372e0e20d9fa3b08c" => :lion
+ end
+
def install
system "./configure", "--enable-silent-rules", "--prefix=#{prefix}"
system "make", "install"