blob: e97c49aa4d0499c616217553ec9991c98f05a463 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Michael Grunewald
PORTNAME= cppo
PORTVERSION= 1.6.7
DISTVERSIONPREFIX= v
CATEGORIES= devel
PKGNAMEPREFIX= ocaml-
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple preprocessor for OCaml
BUILD_DEPENDS= dune:devel/ocaml-dune \
ocamlbuild:devel/ocaml-ocamlbuild
USE_GITHUB= yes
GH_ACCOUNT= ocaml-community
USE_OCAML= yes
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>
|