mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Enable native binary build
PR: ports/155646 Submitted by: Thomas V. Crimi <tcrimi@gmail.com> (maintainer)
This commit is contained in:
parent
4f48888e18
commit
1d4b93d301
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272509
2 changed files with 7 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= ocaml-csv
|
||||
PORTVERSION= 1.2.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= https://forge.ocamlcore.org/frs/download.php/420/
|
||||
|
||||
|
@ -18,6 +18,7 @@ BUILD_DEPENDS= ${LOCALBASE}/${OCAML_SITELIBDIR}/extlib:${PORTSDIR}/devel/ocaml-e
|
|||
|
||||
WRKSRC= ${WRKDIR}/csv-${PORTVERSION}
|
||||
USE_GMAKE= yes
|
||||
MAKE_ARGS= byte native
|
||||
USE_OCAML= yes
|
||||
USE_OCAML_FINDLIB= yes
|
||||
OCAML_PKGDIRS= csv
|
||||
|
|
|
@ -1,2 +1,7 @@
|
|||
%%OCAML_SITELIBDIR%%/csv/csv.a
|
||||
%%OCAML_SITELIBDIR%%/csv/csv.cma
|
||||
%%OCAML_SITELIBDIR%%/csv/csv.cmi
|
||||
%%OCAML_SITELIBDIR%%/csv/csv.cmx
|
||||
%%OCAML_SITELIBDIR%%/csv/csv.cmxa
|
||||
%%OCAML_SITELIBDIR%%/csv/csv.mli
|
||||
%%OCAML_SITELIBDIR%%/csv/META
|
||||
|
|
Loading…
Add table
Reference in a new issue