aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/orpie.rb11
1 files changed, 5 insertions, 6 deletions
diff --git a/Library/Formula/orpie.rb b/Library/Formula/orpie.rb
index 7571bad1a..cb5abdd7d 100644
--- a/Library/Formula/orpie.rb
+++ b/Library/Formula/orpie.rb
@@ -1,17 +1,16 @@
-require 'formula'
+require "formula"
class Orpie < Formula
- homepage 'http://pessimization.com/software/orpie/'
+ homepage "http://pessimization.com/software/orpie/"
url "http://pessimization.com/software/orpie/orpie-1.5.2.tar.gz"
sha1 "9786df20fb272fd36f87868bed04cab504602282"
- depends_on 'gsl'
- depends_on 'objective-caml'
+ depends_on "gsl"
+ depends_on "objective-caml"
def install
ENV.deparallelize
- system "./configure", "--prefix=#{prefix}",
- "--mandir=#{man}"
+ system "./configure", "--prefix=#{prefix}"
system "make"
system "make install"
end