minor COMMENT typos and surrounding whitespace fixes. Categories D-F. CR: D196 Approved by: portmgr (bapt)
19 lines
398 B
Makefile
19 lines
398 B
Makefile
# Created by: Jaap Boender <jaapb@kerguelen.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= calendar
|
|
PORTVERSION= 2.03.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/915/
|
|
PKGNAMEPREFIX= ocaml-
|
|
|
|
MAINTAINER= jaapb@kerguelen.org
|
|
COMMENT= Date and time library for OCaml
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= gmake
|
|
USE_OCAML= yes
|
|
USE_OCAML_FINDLIB= yes
|
|
USE_OCAMLFIND_PLIST= yes
|
|
|
|
.include <bsd.port.mk>
|