1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/textproc/ocaml-csv/Makefile
Alexey Dokuchaev 7af6dde549 textproc/ocaml-csv: the port had been improved (+)
- 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
2021-09-10 04:58:18 +00:00

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>