diff options
Diffstat (limited to 'converters/ocaml-base64')
-rw-r--r-- | converters/ocaml-base64/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/converters/ocaml-base64/Makefile b/converters/ocaml-base64/Makefile index bdca5cee0bc0..d37356e985ec 100644 --- a/converters/ocaml-base64/Makefile +++ b/converters/ocaml-base64/Makefile @@ -10,6 +10,8 @@ PKGNAMEPREFIX= ocaml- MAINTAINER= ports@FreeBSD.org COMMENT= Base64 encoding and decoding in OCaml +BUILD_DEPENDS= ocamlbuild:devel/ocaml-ocamlbuild + USE_GITHUB= yes GH_ACCOUNT= mirage GH_PROJECT= ocaml-base64 |