aboutsummaryrefslogtreecommitdiff
path: root/devel/ocaml-deriving-ocsigen/Makefile
blob: 8855e41a5930246254afb6676c548f7b5b31dd6c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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=	jaapb@kerguelen.org
COMMENT=	Function derivation library

USE_OCAML=		yes
USE_OCAML_FINDLIB=	yes
USE_OCAMLFIND_PLIST=	yes
USE_OCAML_LDCONFIG=	yes

USE_GMAKE=	yes

NO_STAGE=	yes
.include <bsd.port.mk>