openbsd-ports/devel/ocaml-calendar/Makefile
chrisz 40bbd2369d update HOMEPAGE
ok by @avsm and @jasper
2012-12-04 06:55:30 +00:00

35 lines
754 B
Makefile

# $OpenBSD: Makefile,v 1.11 2012/12/04 06:55:30 chrisz Exp $
COMMENT= Objective Caml bindings for calendar functions
CATEGORIES= devel
V= 2.03.2
DISTNAME= calendar-${V}
PKGNAME= ocaml-calendar-${V}
REVISION= 3
# You need to update MASTER_SITES too, when changing the version number.
MASTER_SITES= https://forge.ocamlcore.org/frs/download.php/915/
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
HOMEPAGE= http://calendar.forge.ocamlcore.org/
PERMIT_PACKAGE_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
MODULES= lang/ocaml
BUILD_DEPENDS= sysutils/findlib
NO_REGRESS= Yes
ALL_TARGET= all
CONFIGURE_STYLE= gnu
USE_GMAKE= yes
pre-fake:
${INSTALL_DATA_DIR} ${PREFIX}/lib/ocaml
.include <bsd.port.mk>