1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/devel/ocaml-cppo/Makefile

22 lines
442 B
Makefile

# Created by: Michael Grunewald
# $FreeBSD$
PORTNAME= cppo
PORTVERSION= 0.9.2
CATEGORIES= devel
MASTER_SITES= http://martin.jambon.free.fr/
PKGNAMEPREFIX= ocaml-
MAINTAINER= michael.grunewald@laposte.net
COMMENT= A simple preprocessor for OCaml
USE_GMAKE= yes
USE_OCAML= yes
MAKE_JOBS_UNSAFE= yes
DOCSDIR= ${PREFIX}/share/doc/ocaml/${PORTNAME}
EXAMPLESDIR= ${PREFIX}/share/examples/ocaml/${PORTNAME}
NO_STAGE= yes
.include <bsd.port.mk>