20 lines
389 B
Makefile
20 lines
389 B
Makefile
# 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-
|
|
|
|
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>
|