aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/ocaml-csv/Makefile
blob: 739a9bda4415c7b03c368492e556e07fafd8a881 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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>