aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2014-11-07 09:25:44 +0000
committerMike McQuaid2014-11-07 12:11:56 +0000
commit649d66b3b2c3dfc3fed34c68924eafc45781267e (patch)
tree87b635bbea82d2a94b2d04bede177a0ada172926 /Library/Formula
parent3efb3768e48ab5ec901213371dcff69c90093902 (diff)
downloadhomebrew-649d66b3b2c3dfc3fed34c68924eafc45781267e.tar.bz2
thrift: general cleanup.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/thrift.rb16
1 files changed, 8 insertions, 8 deletions
diff --git a/Library/Formula/thrift.rb b/Library/Formula/thrift.rb
index 2ba9f7ec5..880d3f3cc 100644
--- a/Library/Formula/thrift.rb
+++ b/Library/Formula/thrift.rb
@@ -1,7 +1,7 @@
-require 'formula'
+require "formula"
class Thrift < Formula
- homepage 'http://thrift.apache.org'
+ homepage "http://thrift.apache.org"
stable do
url "http://archive.apache.org/dist/thrift/0.9.1/thrift-0.9.1.tar.gz"
@@ -30,14 +30,14 @@ class Thrift < Formula
end
head do
- url 'https://git-wip-us.apache.org/repos/asf/thrift.git'
+ url "https://git-wip-us.apache.org/repos/asf/thrift.git"
depends_on :autoconf
depends_on :automake
depends_on :libtool
- depends_on 'pkg-config' => :build
- depends_on 'bison' => :build
- depends_on 'openssl'
+ depends_on "openssl"
+ depends_on "pkg-config" => :build
+ depends_on "bison" => :build
end
option "with-haskell", "Install Haskell binding"
@@ -46,7 +46,7 @@ class Thrift < Formula
option "with-perl", "Install Perl binding"
option "with-php", "Install PHP binding"
- depends_on 'boost'
+ depends_on "boost"
depends_on :python => :optional
def install
@@ -73,7 +73,7 @@ class Thrift < Formula
*exclusions
ENV.j1
system "make"
- system "make install"
+ system "make", "install"
end
def caveats