mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
cfe85bf93d
PR: ports/132064 Submitted by: maintainer
24 lines
515 B
Makefile
24 lines
515 B
Makefile
# New ports collection makefile for: ocaml-calendar
|
|
# Date created: Feb 26, 2007
|
|
# Whom: Jaap Boender <jaapb@kerguelen.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ocaml-csv
|
|
PORTVERSION= 1.1.7
|
|
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
|
|
|
|
.include <bsd.port.mk>
|