diff options
author | John Marino <marino@FreeBSD.org> | 2015-05-16 07:37:21 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-05-16 07:37:21 +0000 |
commit | 7b4708af97aed67a69e6ae8c1ab355b16547ebd0 (patch) | |
tree | 711557c72316c22084533a7ef364deaa66c0e034 /lang | |
parent | 1a924932df6f968fafe74818168c043e966c5ae8 (diff) |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/js_of_ocaml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/js_of_ocaml/Makefile b/lang/js_of_ocaml/Makefile index e87c3030a7fb..2c9475adaeed 100644 --- a/lang/js_of_ocaml/Makefile +++ b/lang/js_of_ocaml/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 1.3.2 CATEGORIES= lang MASTER_SITES= http://ocsigen.org/download/ -MAINTAINER= jaapb@kerguelen.org +MAINTAINER= ports@FreeBSD.org COMMENT= OCaml to JavaScript compiler BUILD_DEPENDS= ocaml-lwt>=2.3.0:${PORTSDIR}/devel/ocaml-lwt \ |