2013-03-11 07:35:43 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.3 2013/03/11 11:42:42 espie Exp $
|
2012-11-06 15:55:36 -05:00
|
|
|
|
|
|
|
COMMENT= pure OCaml library to read/write CSV files
|
|
|
|
|
|
|
|
DISTNAME= csv-1.2.3
|
2012-11-30 14:38:09 -05:00
|
|
|
REVISION= 0
|
2012-11-06 15:55:36 -05:00
|
|
|
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>
|