diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-06-10 16:20:47 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-06-10 16:20:47 +0000 |
commit | 2421043190dc91b3473371821bc7491f08087d50 (patch) | |
tree | 86cd34c718ba596673e9b8c303c34d361bee5f0e /textproc/ocaml-expat | |
parent | 404cb36d959ca141682bd419896a4c5767762cae (diff) | |
download | ports-2421043190dc91b3473371821bc7491f08087d50.tar.gz ports-2421043190dc91b3473371821bc7491f08087d50.zip |
Notes
Diffstat (limited to 'textproc/ocaml-expat')
-rw-r--r-- | textproc/ocaml-expat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/ocaml-expat/Makefile b/textproc/ocaml-expat/Makefile index ba09e8b2a024..c22c6104359c 100644 --- a/textproc/ocaml-expat/Makefile +++ b/textproc/ocaml-expat/Makefile @@ -12,7 +12,7 @@ PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= http://www.xs4all.nl/~mmzeeman/ocaml/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= michael.grunewald@laposte.net COMMENT= A stub for the expat parser in OCaml BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \ |