Files
pkgsrc-ng/time/ocaml-calendar/Makefile
2016-01-21 23:41:46 +01:00

23 lines
500 B
Makefile

# $NetBSD: Makefile,v 1.11 2015/04/29 09:37:40 jaapb Exp $
#
DISTNAME= calendar-2.04
CATEGORIES= time devel
MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1481/
MAINTAINER= jaapb@kerguelen.org
HOMEPAGE= http://calendar.forge.ocamlcore.org/
COMMENT= OCaml library managing dates and times
LICENSE= gnu-lgpl-v2.1
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
OCAML_USE_FINDLIB= yes
.include "../../mk/bsd.prefs.mk"
TEST_TARGET= tests
.include "../../mk/ocaml.mk"
.include "../../mk/bsd.pkg.mk"