diff options
author | Wen Heping <wen@FreeBSD.org> | 2011-03-11 06:42:33 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2011-03-11 06:42:33 +0000 |
commit | f106f941cabd39f4346bcb27840457b74cf6c5d7 (patch) | |
tree | dfdf22dd4642692e9d8e40c27e4799d79cd33626 /textproc/ocaml-csv/Makefile | |
parent | 3d1c74b0bb97a4e314851d7e036df38f40409553 (diff) | |
download | ports-f106f941cabd39f4346bcb27840457b74cf6c5d7.tar.gz ports-f106f941cabd39f4346bcb27840457b74cf6c5d7.zip |
Notes
Diffstat (limited to 'textproc/ocaml-csv/Makefile')
-rw-r--r-- | textproc/ocaml-csv/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/ocaml-csv/Makefile b/textproc/ocaml-csv/Makefile index f0b24b9b0af7..43c34952892a 100644 --- a/textproc/ocaml-csv/Makefile +++ b/textproc/ocaml-csv/Makefile @@ -6,15 +6,16 @@ # PORTNAME= ocaml-csv -PORTVERSION= 1.1.7 +PORTVERSION= 1.2.1 CATEGORIES= textproc -MASTER_SITES= http://merjis.com/_file/ +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 USE_OCAML= yes USE_OCAML_FINDLIB= yes |