From 7ddb9ed408d49d1786f5b4bb78c6dfbdf83f96af Mon Sep 17 00:00:00 2001 From: Tojek Anselm Date: Tue, 22 Jun 2010 10:04:05 -0700 Subject: New formula: stunnel stunnel is an SSL wrapper daemon for clients or servers that are not SSL-aware. It is commonly used for inetd-style daemons such as POP3 or IMAP. Signed-off-by: Adam Vandenberg * Specify etc explicitly and tweak caveats. --- Library/Formula/stunnel.rb | 49 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 Library/Formula/stunnel.rb (limited to 'Library') diff --git a/Library/Formula/stunnel.rb b/Library/Formula/stunnel.rb new file mode 100644 index 000000000..4adc8cc66 --- /dev/null +++ b/Library/Formula/stunnel.rb @@ -0,0 +1,49 @@ +require 'formula' + +class Stunnel