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