0081341c9f
Let all ocaml ports RUN_DEPEND on the version of ocaml they were built with.
26 lines
506 B
Makefile
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>
|