aboutsummaryrefslogtreecommitdiff
path: root/devel/ocaml-calendar/Makefile
blob: 090e5de9a25218ddcdb34c050913b0d65f80fce1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Jaap Boender <jaapb@kerguelen.org>

PORTNAME=	calendar
PORTVERSION=	2.03.2
CATEGORIES=	devel
MASTER_SITES=	http://forge.ocamlcore.org/frs/download.php/915/
PKGNAMEPREFIX=	ocaml-

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Date and time library for OCaml

LICENSE=	LGPL21

GNU_CONFIGURE=	yes
USES=		gmake
USE_OCAML=	yes
USE_OCAML_FINDLIB=	yes
USE_OCAMLFIND_PLIST=	yes

.include <bsd.port.mk>