| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/math/ocaml-zarith/ |
Upload File : |
PORTNAME= ${GH_PROJECT:tl}
PORTVERSION= 1.12
DISTVERSIONPREFIX= release-
CATEGORIES= math
PKGNAMEPREFIX= ocaml-
MAINTAINER= danfe@FreeBSD.org
COMMENT= OCaml arithmetic library for arbitrary precision integers
WWW= https://forge.ocamlcore.org/projects/zarith
LICENSE= LGPL20
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libgmp.so:math/gmp
USES= gmake localbase:ldflags tar:tgz
USE_GITHUB= yes
GH_ACCOUNT= ocaml
GH_PROJECT= Zarith
USE_OCAML= yes
USE_OCAML_FINDLIB= yes
OCAMLFIND_LDCONF= /dev/null
HAS_CONFIGURE= yes
ALL_TARGET= all
CONFIGURE_ENV= DESTDIR=${STAGEDIR}
MAKE_JOBS_UNSAFE= yes
PORTDOCS= html
DOCSDIR= ${OCAML_DOCSDIR}/${PORTNAME}
OPTIONS_DEFINE= DOCS
DOCS_ALL_TARGET=doc
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${MV} ${WRKSRC}/html ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>