From e20ef12a283f6005bfbd36d7aa2259f25fc8941d Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 15 Feb 2010 23:19:53 -0800 Subject: OpenSSL 0.9.8o (keg only) * Compiling some software on 10.5 requires a newer OpenSSL than the system provided one. --- Library/Formula/openssl.rb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Library/Formula/openssl.rb (limited to 'Library') diff --git a/Library/Formula/openssl.rb b/Library/Formula/openssl.rb new file mode 100644 index 000000000..31b4816e6 --- /dev/null +++ b/Library/Formula/openssl.rb @@ -0,0 +1,20 @@ +require 'formula' + +class Openssl