diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-06-14 21:38:09 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-06-14 21:38:09 +0000 |
commit | 67691bae84dda9d38593d36b39a6e1acb90e23d3 (patch) | |
tree | 67d9745512d1413106cd999c3407ed05bcf24e2a /ftp | |
parent | 75a438a978c95e8e7a52f40e23b849b9b0d4cf1f (diff) | |
download | ports-67691bae84dda9d38593d36b39a6e1acb90e23d3.tar.gz ports-67691bae84dda9d38593d36b39a6e1acb90e23d3.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/ocaml-ocurl/Makefile | 2 | ||||
-rw-r--r-- | ftp/ocaml-ocurl/pkg-descr | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/ftp/ocaml-ocurl/Makefile b/ftp/ocaml-ocurl/Makefile index 3e06c67ed6b3..1f807c2742d1 100644 --- a/ftp/ocaml-ocurl/Makefile +++ b/ftp/ocaml-ocurl/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} PKGNAMEPREFIX= ocaml- -MAINTAINER= marwan.burelle@lri.fr +MAINTAINER= ports@FreeBSD.org COMMENT= An interface for OCaml to the curl lib BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \ diff --git a/ftp/ocaml-ocurl/pkg-descr b/ftp/ocaml-ocurl/pkg-descr index 58fc9d4a6c77..451181b8892d 100644 --- a/ftp/ocaml-ocurl/pkg-descr +++ b/ftp/ocaml-ocurl/pkg-descr @@ -4,6 +4,3 @@ libcurl. Currently Ocurl requires libcurl 7.9.8 or newer (using older versions may yield compilation errors). WWW: http://sourceforge.net/projects/ocurl - -- Marwan Burelle - <marwan.burelle@lri.fr> |