mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
7af6dde549
- Unbreak against immutable strings in OCaml 4.06+ - Define LICENSE (GNU LGPL version 2.1 or later) - Drop unused dependency on `devel/ocaml-extlib' - Hook the provided test target to our framework - Fix wording and grammar of the port description
25 lines
487 B
Makefile
25 lines
487 B
Makefile
# Created by: Jaap Boender <jaapb@kerguelen.org>
|
|
|
|
PORTNAME= ocaml-csv
|
|
PORTVERSION= 1.2.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= https://forge.ocamlcore.org/frs/download.php/420/
|
|
|
|
MAINTAINER= tcrimi@gmail.com
|
|
COMMENT= OCaml library to read and write CSV files
|
|
|
|
LICENSE= LGPL21+
|
|
|
|
WRKSRC= ${WRKDIR}/csv-${PORTVERSION}
|
|
USES= gmake
|
|
MAKE_ARGS= byte native
|
|
USE_OCAML= yes
|
|
USE_OCAML_FINDLIB= yes
|
|
OCAML_PKGDIRS= csv
|
|
TEST_TARGET= tests
|
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
.include <bsd.port.mk>
|