diff options
author | mezz <mezz@FreeBSD.org> | 2012-04-14 10:37:58 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2012-04-14 10:37:58 +0800 |
commit | ae6fc7994773f8fde9cb5b6429d1783246d109d1 (patch) | |
tree | 5f4b9be6e8500be389bdfd39a294e5e4307f7094 /lang/Makefile | |
parent | af2c1fbba3667c902556fc8327e9d41b6a9ccd68 (diff) | |
download | freebsd-ports-gnome-ae6fc7994773f8fde9cb5b6429d1783246d109d1.tar.gz freebsd-ports-gnome-ae6fc7994773f8fde9cb5b6429d1783246d109d1.tar.zst freebsd-ports-gnome-ae6fc7994773f8fde9cb5b6429d1783246d109d1.zip |
Opa is an open source, simple and unified platform for writing web
applications. All aspects are directly written in Opa: Frontend code,
backend code, database queries and configuration. And everything is
strongly statically typed.
WWW: http://opalang.org/
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 da1e2e8c27fe..ccc4cab5db19 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -201,6 +201,7 @@ SUBDIR += onyx SUBDIR += oo2c SUBDIR += oorexx + SUBDIR += opa SUBDIR += open-cobol SUBDIR += opendylan SUBDIR += otcl |