pkgsrc/time/ocaml-calendar/Makefile
rillig 5c9d5e5586 time: align variable assignments
pkglint -Wall -F --only aligned -r

No manual corrections.
2019-11-02 16:28:37 +00:00

24 lines
546 B
Makefile

# $NetBSD: Makefile,v 1.23 2019/11/02 16:28:38 rillig Exp $
#
DISTNAME= calendar-2.04
PKGNAME= ocaml-${DISTNAME}
PKGREVISION= 10
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"