opnsense-ports/textproc/ocaml-csv/Makefile
Franco Fichtner eb3792d105 */*: sync with upstream
Taken from: FreeBSD
2023-07-17 07:53:42 +02:00

23 lines
485 B
Makefile

PORTNAME= ocaml-csv
PORTVERSION= 1.2.1
PORTREVISION= 3
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
WWW= https://forge.ocamlcore.org/projects/csv/
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>