dd94b8169f
-- The Calendar library is a library providing a set of operations over dates and times. This library is written for version 3.06 or greater of Objective Caml.
26 lines
581 B
Makefile
26 lines
581 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2005/09/22 14:38:41 avsm Exp $
|
|
|
|
COMMENT= "Objective Caml bindings for calendar functions"
|
|
CATEGORIES= devel
|
|
|
|
V= 1.09.3
|
|
DISTNAME= calendar-${V}
|
|
PKGNAME= ocaml-calendar-${V}
|
|
MASTER_SITES= http://www.lri.fr/~signoles/prog/calendar/
|
|
|
|
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
|
HOMEPAGE= http://www.lri.fr/~signoles/prog.en.html
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
MODULES= lang/ocaml
|
|
NO_REGRESS= Yes
|
|
ALL_TARGET= all
|
|
CONFIGURE_STYLE= gnu
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|