From 44be9905f98b7737f4ffc8b1cf6fc19ebd00e089 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Tue, 17 Nov 2009 18:07:20 -0800 Subject: Add formula for OOREXX OOREXX is Object Oriented REXX, an implementation of the REXX scripting language. --- Library/Formula/oorexx.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Library/Formula/oorexx.rb (limited to 'Library/Formula') diff --git a/Library/Formula/oorexx.rb b/Library/Formula/oorexx.rb new file mode 100644 index 000000000..39371f99b --- /dev/null +++ b/Library/Formula/oorexx.rb @@ -0,0 +1,12 @@ +require 'formula' + +class Oorexx