openbsd-ports/devel/ocaml-calendar/Makefile

27 lines
589 B
Makefile
Raw Normal View History

2010-11-15 14:45:56 -05:00
# $OpenBSD: Makefile,v 1.7 2010/11/15 19:46:00 espie Exp $
COMMENT= Objective Caml bindings for calendar functions
CATEGORIES= devel
2006-05-28 11:32:54 -04:00
V= 1.09.5
DISTNAME= calendar-${V}
2010-11-15 14:45:56 -05:00
PKGNAME= ocaml-calendar-${V}
REVISION = 2
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>