freebsd-ports/devel/ocaml-deriving-ocsigen/Makefile

21 lines
389 B
Makefile
Raw Normal View History

# Created by: Jaap Boender <jaapb@kerguelen.org>
# $FreeBSD$
PORTNAME= deriving-ocsigen
PORTVERSION= 0.3c
CATEGORIES= devel www
MASTER_SITES= http://ocsigen.org/download/
PKGNAMEPREFIX= ocaml-
2014-07-10 17:48:23 +02:00
MAINTAINER= ports@FreeBSD.org
COMMENT= Function derivation library
USE_OCAML= yes
USE_OCAML_FINDLIB= yes
USE_OCAMLFIND_PLIST= yes
USE_OCAML_LDCONFIG= yes
USES= gmake
.include <bsd.port.mk>