diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-16 19:57:30 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-16 19:57:30 +0800 |
commit | 84c50107da163865dce3e5c52852c1f342abac26 (patch) | |
tree | 192667680639c369a8d7be7d2300ecfaa6c7b1eb /security/Makefile | |
parent | e0861f02d68e137d410fd45e20ea4c7a284ed490 (diff) | |
download | freebsd-ports-gnome-84c50107da163865dce3e5c52852c1f342abac26.tar.gz freebsd-ports-gnome-84c50107da163865dce3e5c52852c1f342abac26.tar.zst freebsd-ports-gnome-84c50107da163865dce3e5c52852c1f342abac26.zip |
ocaml-ssl is a set of OCaml bindings for openssl.
WWW: http://savonet.sourceforge.net/wiki/OCamlLibs
PR: ports/110303
Submitted by: Jaap Boender <jaapb at kerguelen.org>
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 2d6d2bb48bc4..849853ee959e 100644 --- a/security/Makefile +++ b/security/Makefile @@ -287,6 +287,7 @@ SUBDIR += nss SUBDIR += ocaml-cryptgps SUBDIR += ocaml-cryptokit + SUBDIR += ocaml-ssl SUBDIR += oidentd SUBDIR += oinkmaster SUBDIR += op |