blob: 62c0f144e268037300670e8c5ccccca819a274b6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= calendar
PORTVERSION= 2.04
CATEGORIES= devel
MASTER_SITES= https://download.ocamlcore.org/calendar/calendar/${PORTVERSION}/
PKGNAMEPREFIX= ocaml-
MAINTAINER= ports@FreeBSD.org
COMMENT= Date and time library for OCaml
WWW= http://calendar.forge.ocamlcore.org/
LICENSE= LGPL21
USES= gmake ocaml:findplist
GNU_CONFIGURE= yes
.include <bsd.port.options.mk>
.if ${ARCH} == powerpc
USE_BINUTILS= yes
.endif
.include <bsd.port.mk>
|