openbsd-ports/textproc/ocaml-csv/Makefile
chrisz 0081341c9f update lang/ocaml to 4.00.1.
Let all ocaml ports RUN_DEPEND on the version of ocaml they were built with.
2012-11-30 19:38:09 +00:00

26 lines
506 B
Makefile

# $OpenBSD: Makefile,v 1.2 2012/11/30 19:38:09 chrisz 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_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>