mirror of
https://git.freebsd.org/ports.git
synced 2025-07-12 14:59:13 -04:00
17 lines
308 B
Makefile
17 lines
308 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= ports@FreeBSD.org
|
|
COMMENT= Simple preprocessor for OCaml
|
|
|
|
USES= gmake
|
|
USE_OCAML= yes
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
.include <bsd.port.mk>
|