adf6ead310
This is a pure OCaml library to read and write CSV files, including all extensions used by Excel — eg. quotes, newlines, 8 bit characters in fields, "0 etc. help/ok chrisz@
25 lines
497 B
Makefile
25 lines
497 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2012/11/06 20:55:36 jasper Exp $
|
|
|
|
COMMENT= pure OCaml library to read/write CSV files
|
|
|
|
DISTNAME= csv-1.2.3
|
|
PKGNAME= ocaml-${DISTNAME}
|
|
|
|
CATEGORIES= textproc
|
|
|
|
HOMEPAGE= https://forge.ocamlcore.org/projects/csv/
|
|
|
|
# LGPLv2.1
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
MASTER_SITES= https://forge.ocamlcore.org/frs/download.php/978/
|
|
|
|
MODULES= lang/ocaml
|
|
|
|
CONFIGURE_STYLE= oasis
|
|
|
|
.include <bsd.port.mk>
|