2007-12-18 15:13:20 +01:00
|
|
|
# New ports collection makefile for: ocaml-calendar
|
|
|
|
# Date created: Feb 26, 2007
|
|
|
|
# Whom: Jaap Boender <jaapb@kerguelen.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ocaml-csv
|
2011-03-11 07:42:33 +01:00
|
|
|
PORTVERSION= 1.2.1
|
2011-04-11 09:05:01 +02:00
|
|
|
PORTREVISION= 2
|
2007-12-18 15:13:20 +01:00
|
|
|
CATEGORIES= textproc
|
2011-03-11 07:42:33 +01:00
|
|
|
MASTER_SITES= https://forge.ocamlcore.org/frs/download.php/420/
|
2007-12-18 15:13:20 +01:00
|
|
|
|
|
|
|
MAINTAINER= tcrimi@gmail.com
|
|
|
|
COMMENT= An OCaml library to read and write CSV files
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/${OCAML_SITELIBDIR}/extlib:${PORTSDIR}/devel/ocaml-extlib
|
|
|
|
|
2011-03-11 07:42:33 +01:00
|
|
|
WRKSRC= ${WRKDIR}/csv-${PORTVERSION}
|
2007-12-18 15:13:20 +01:00
|
|
|
USE_GMAKE= yes
|
2011-04-11 09:05:01 +02:00
|
|
|
MAKE_ARGS= byte native
|
2007-12-18 15:13:20 +01:00
|
|
|
USE_OCAML= yes
|
|
|
|
USE_OCAML_FINDLIB= yes
|
|
|
|
OCAML_PKGDIRS= csv
|
|
|
|
|
2008-04-07 00:51:21 +02:00
|
|
|
.include <bsd.port.mk>
|