diff options
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 |