summaryrefslogtreecommitdiff
path: root/converters/Makefile
diff options
context:
space:
mode:
authorVeniamin Gvozdikov <vg@FreeBSD.org>2015-08-05 19:14:43 +0000
committerVeniamin Gvozdikov <vg@FreeBSD.org>2015-08-05 19:14:43 +0000
commit937b65a4ce3df6af722e0b39c936acc80a15b5e0 (patch)
tree14d7f741c4a5efbb6143f1a9a6a24f61f1405f7c /converters/Makefile
parentd129587b5d568b0ff5300386f1e1b706c349f38e (diff)
downloadfreebsd-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/Makefile1
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