freebsd-ports/converters/ocaml-base64/Makefile
Veniamin Gvozdikov 937b65a4ce 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
2015-08-05 19:14:43 +00:00

29 lines
563 B
Makefile

# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
# $FreeBSD$
PORTNAME= base64
PORTVERSION= 2.0.0
CATEGORIES= converters
PKGNAMEPREFIX= ocaml-
MAINTAINER= vg@FreeBSD.org
COMMENT= Base64 encoding and decoding in OCaml
USE_GITHUB= yes
GH_ACCOUNT= mirage
GH_PROJECT= ocaml-base64
GH_TAGNAME= v${PORTVERSION}
USES= gmake
HAS_CONFIGURE= yes
MAKE_JOBS_UNSAFE= yes
USE_OCAML= yes
USE_OCAML_FINDLIB= yes
USE_OCAMLFIND_PLIST= yes
USE_OCAML_LDCONFIG= yes
DOCSDIR= ${PREFIX}/share/doc/pcre-ocaml
CONFIGURE_ARGS= --destdir="${DESTDIRNAME}"
.include <bsd.port.mk>