diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-04-23 10:06:57 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-04-23 10:06:57 +0000 |
commit | 3c5aa58788a9c3237503307266b92dbff047369d (patch) | |
tree | 7f96a62bc1bc7e5bfc77ee6d30c9b9c009cdfedb /www/Makefile | |
parent | 0e79986ee6fcd71041bcfd7baa64e76644bde2da (diff) | |
download | ports-3c5aa58788a9c3237503307266b92dbff047369d.tar.gz ports-3c5aa58788a9c3237503307266b92dbff047369d.zip |
Ocsigen is a web programming framework for OCaml. It can be used as a web
server, serving static pages, but it is also possible to implement entire
web sites as OCaml modules.
WWW: http://www.ocsigen.org
PR: ports/111759
Submitted by: Jaap Boender <jaapb at kerguelen.org>
Notes
Notes:
svn path=/head/; revision=190720
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 8af92883072f..0614fcfa46ba 100644 --- a/www/Makefile +++ b/www/Makefile @@ -448,6 +448,7 @@ SUBDIR += nvu SUBDIR += ocaml-net SUBDIR += ocaml-wdialog + SUBDIR += ocsigen SUBDIR += ojs2 SUBDIR += oops SUBDIR += openacs |