23 lines
485 B
Makefile
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>
|