blob: 27e59d6e9efea0f6f005898c093ad14669fa6e08 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
# $FreeBSD$
PORTNAME= base64
PORTVERSION= 2.0.0
DISTVERSIONPREFIX= v
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
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>
|