freebsd-ports/textproc/ocaml-csv/Makefile
Wen Heping 1d4b93d301 - Enable native binary build
PR:		ports/155646
Submitted by:	Thomas V. Crimi <tcrimi@gmail.com> (maintainer)
2011-04-11 07:05:01 +00:00

26 lines
617 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.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}
USE_GMAKE= yes
MAKE_ARGS= byte native
USE_OCAML= yes
USE_OCAML_FINDLIB= yes
OCAML_PKGDIRS= csv
.include <bsd.port.mk>