diff options
author | marino <marino@FreeBSD.org> | 2014-03-28 01:39:30 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-03-28 01:39:30 +0800 |
commit | 1b74a400fb23889f2761887d384f16b27299fb51 (patch) | |
tree | d53b444f48b996b313230b830ff258b2c5aac596 /www/Makefile | |
parent | c51da7cffec2777a6d26a9d71e226b8a5d43c870 (diff) | |
download | freebsd-ports-gnome-1b74a400fb23889f2761887d384f16b27299fb51.tar.gz freebsd-ports-gnome-1b74a400fb23889f2761887d384f16b27299fb51.tar.zst freebsd-ports-gnome-1b74a400fb23889f2761887d384f16b27299fb51.zip |
Add new Ocaml port: www/eliom
The initial version submitted in the PR was augmented by later changes
seen in pkgsrc where the counterpart is maintained by the submitter.
Note that due to a problem with bsd.ocaml.mk, the USE_OCAML_LDCONFIG
option had to be disabled. This could be changed when the problem is
resolved.
==
Eliom is a framework for programming web sites and client/server web
applications. It uses very new concepts making programming very different
from all other web programming tools, and allowing to write a complex web
site in very few lines of code.
WWW: http://ocsigen.org/eliom/
==
PR: ports/176165
Submitted by: Jaap Boender
Maintainer: Jaap Boender
Stage support: Taken from pkgsrc
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 bf222f960c20..7a0b74b549a9 100644 --- a/www/Makefile +++ b/www/Makefile @@ -182,6 +182,7 @@ SUBDIR += egueb SUBDIR += elgg SUBDIR += elinks + SUBDIR += eliom SUBDIR += elog SUBDIR += emacs-w3m SUBDIR += emacs-w3m-emacs21 |