diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-09-12 17:33:44 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-09-12 17:33:44 +0000 |
commit | 624ca24dc8cfd0bffd726170e284855364a3c4ca (patch) | |
tree | 75f4898b069b0d9531669c186fa4aaec41a6b80f /lang/Makefile | |
parent | 1ccbd76b6f2715bf1324870ec083995e4c3ab8ee (diff) | |
download | ports-624ca24dc8cfd0bffd726170e284855364a3c4ca.tar.gz ports-624ca24dc8cfd0bffd726170e284855364a3c4ca.zip |
Add oorexx.
Open Object Rexx is a powerful object-oriented scripting language. The
interpreter is almost fully compatible with the original Object Rexx by IBM.
The port is derived from the generic Unix source code, with the idea to add
BSD-specific enhancements over time and also to develop modules that would
allow to run the most of OS/2 Object Rexx code on BSD platforms.
WWW: http://www.oorexx.org/
PR: ports/86005
Submitted by: Micho Durdevich <micho@matem.unam.mx>
Notes
Notes:
svn path=/head/; revision=142542
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index ab1b0148099f..dcae5c9c6be2 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -159,6 +159,7 @@ SUBDIR += ohugs SUBDIR += onyx SUBDIR += oo2c + SUBDIR += oorexx SUBDIR += open-cobol SUBDIR += osb-jscore SUBDIR += otcl |