diff options
author | Veniamin Gvozdikov <vg@FreeBSD.org> | 2015-08-05 19:14:43 +0000 |
---|---|---|
committer | Veniamin Gvozdikov <vg@FreeBSD.org> | 2015-08-05 19:14:43 +0000 |
commit | 937b65a4ce3df6af722e0b39c936acc80a15b5e0 (patch) | |
tree | 14d7f741c4a5efbb6143f1a9a6a24f61f1405f7c /converters/Makefile | |
parent | d129587b5d568b0ff5300386f1e1b706c349f38e (diff) | |
download | freebsd-ports-937b65a4ce3df6af722e0b39c936acc80a15b5e0.zip |
New port: converters/ocaml-base64
Base64 is a group of similar binary-to-text encoding schemes that
represent binary data in an ASCII string format by translating it
into a radix-64 representation. It is specified in RFC 4648.
WWW: https://github.com/mirage/ocaml-base64
Diffstat (limited to 'converters/Makefile')
-rw-r--r-- | converters/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile index 5a619bc37537..595851b6a2f4 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -50,6 +50,7 @@ SUBDIR += mpack SUBDIR += nomyso SUBDIR += o3read + SUBDIR += ocaml-base64 SUBDIR += ocaml-jsonm SUBDIR += osm2mp SUBDIR += osm2pgsql |