mongodb: add minimum OS version tag

This commit is contained in:
Misty De Meo 2014-07-28 10:03:34 -07:00
parent a993020e6d
commit c86cddc009

View file

@ -21,6 +21,7 @@ class Mongodb < Formula
option "with-boost", "Compile using installed boost, not the version shipped with mongodb"
depends_on "boost" => :optional
depends_on :macos => :snow_leopard
depends_on "scons" => :build
depends_on "openssl" => :optional