2007-12-18 14:13:20 +00:00
|
|
|
# New ports collection makefile for: ocaml-calendar
|
|
|
|
# Date created: Feb 26, 2007
|
|
|
|
# Whom: Jaap Boender <jaapb@kerguelen.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ocaml-csv
|
2009-02-25 15:01:39 +00:00
|
|
|
PORTVERSION= 1.1.7
|
2007-12-18 14:13:20 +00:00
|
|
|
CATEGORIES= textproc
|
|
|
|
MASTER_SITES= http://merjis.com/_file/
|
|
|
|
|
|
|
|
MAINTAINER= tcrimi@gmail.com
|
|
|
|
COMMENT= An OCaml library to read and write CSV files
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/${OCAML_SITELIBDIR}/extlib:${PORTSDIR}/devel/ocaml-extlib
|
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_OCAML= yes
|
|
|
|
USE_OCAML_FINDLIB= yes
|
|
|
|
OCAML_PKGDIRS= csv
|
|
|
|
|
2008-04-06 22:51:21 +00:00
|
|
|
.include <bsd.port.mk>
|