blob: 72f367f5c73f8823855d626e687a8f8d1326d888 (
plain) (
blame)
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
|
PORTNAME= ppx-tools
PORTVERSION= 6.6
PORTREVISION= 1
CATEGORIES= devel
PKGNAMEPREFIX= ocaml-
MAINTAINER= michipili@gmail.com
COMMENT= Tools for authors of ppx rewriters
WWW= https://github.com/ocaml-ppx/ppx_tools
LICENSE= MIT
BUILD_DEPENDS= dune:devel/ocaml-dune \
cppo:devel/ocaml-cppo
USES= gmake
ALL_TARGET= release
USE_OCAML= yes
USE_OCAML_FINDLIB=yes
USE_GITHUB= yes
GH_ACCOUNT= ocaml-ppx
GH_PROJECT= ${PORTNAME:C/-/_/}
DOCSDIR= ${OCAML_DOCSDIR}/${PORTNAME:C/-/_/}
PORTDOCS= CHANGES LICENSE README.md
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>
|