mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
23 lines
529 B
Makefile
23 lines
529 B
Makefile
# Created by: Jaap Boender <jaapb@kerguelen.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ocaml-csv
|
|
PORTVERSION= 1.2.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= https://forge.ocamlcore.org/frs/download.php/420/
|
|
|
|
MAINTAINER= tcrimi@gmail.com
|
|
COMMENT= An OCaml library to read and write CSV files
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/${OCAML_SITELIBDIR}/extlib:${PORTSDIR}/devel/ocaml-extlib
|
|
|
|
WRKSRC= ${WRKDIR}/csv-${PORTVERSION}
|
|
USES= gmake
|
|
MAKE_ARGS= byte native
|
|
USE_OCAML= yes
|
|
USE_OCAML_FINDLIB= yes
|
|
OCAML_PKGDIRS= csv
|
|
|
|
.include <bsd.port.mk>
|