diff options
author | pav <pav@FreeBSD.org> | 2004-11-03 06:36:10 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-11-03 06:36:10 +0800 |
commit | 249ab0598c43733516d615d31266d0c7a395363d (patch) | |
tree | 9f3b7a313d9479474fb74f7c28ebab581e7ffff5 /devel/Makefile | |
parent | 116287eaf545b6fb72e1f360da6b83efb3eb1c46 (diff) | |
download | freebsd-ports-gnome-249ab0598c43733516d615d31266d0c7a395363d.tar.gz freebsd-ports-gnome-249ab0598c43733516d615d31266d0c7a395363d.tar.zst freebsd-ports-gnome-249ab0598c43733516d615d31266d0c7a395363d.zip |
Add ocaml-extlib, a complete - yet small - standard library for the OCaml programming langage
PR: ports/73385
Submitted by: Jun Mukai <mukai@jmuk.org>
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 2bf115336e13..6f5e57bfb8b4 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -555,6 +555,7 @@ SUBDIR += oaf SUBDIR += ocaml-camomile SUBDIR += ocaml-classes + SUBDIR += ocaml-extlib SUBDIR += ocaml-findlib SUBDIR += ocaml-pcre SUBDIR += ocaml-sdl |