23 lines
427 B
Makefile
23 lines
427 B
Makefile
# $OpenBSD: Makefile,v 1.3 2013/03/11 11:42:42 espie Exp $
|
|
|
|
COMMENT= pure OCaml library to read/write CSV files
|
|
|
|
DISTNAME= csv-1.2.3
|
|
REVISION= 0
|
|
PKGNAME= ocaml-${DISTNAME}
|
|
|
|
CATEGORIES= textproc
|
|
|
|
HOMEPAGE= https://forge.ocamlcore.org/projects/csv/
|
|
|
|
# LGPLv2.1
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MASTER_SITES= https://forge.ocamlcore.org/frs/download.php/978/
|
|
|
|
MODULES= lang/ocaml
|
|
|
|
CONFIGURE_STYLE= oasis
|
|
|
|
.include <bsd.port.mk>
|