Index: head/devel/ocaml-extlib/Makefile =================================================================== --- head/devel/ocaml-extlib/Makefile (revision 442396) +++ head/devel/ocaml-extlib/Makefile (revision 442397) @@ -1,42 +1,43 @@ # Created by: mukai # $FreeBSD$ PORTNAME= extlib PORTVERSION= 1.7.1 CATEGORIES= devel PKGNAMEPREFIX= ocaml- MAINTAINER= ports@FreeBSD.org COMMENT= Complete - yet small - standard library for OCaml LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/../LICENSE BUILD_DEPENDS= cppo:devel/ocaml-cppo WRKSRC_SUBDIR= src USE_GITHUB= yes GH_ACCOUNT= ygrek GH_PROJECT= ocaml-extlib USE_OCAML= yes USE_OCAML_CAMLP4=yes USE_OCAML_FINDLIB=yes USE_OCAMLFIND_PLIST=yes USES= gmake MAKE_ARGS= VERSION="${PORTVERSION}" ALL_TARGET= all opt doc MAKE_JOBS_UNSAFE= yes DOCSDIR= ${OCAML_DOCSDIR}/${PORTNAME} PORTDOCS= * OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/doc && ${INSTALL_DATA} * ${STAGEDIR}${DOCSDIR}) .include Index: head/devel/ocaml-extlib/pkg-descr =================================================================== --- head/devel/ocaml-extlib/pkg-descr (revision 442396) +++ head/devel/ocaml-extlib/pkg-descr (revision 442397) @@ -1,12 +1,12 @@ ExtLib is a project aiming at providing a complete - yet small - standard library for the OCaml programming language. The purpose of this library is to add new functions to OCaml Standard Library modules, to modify some functions in order to get better performances or more safety (tail-recursive) but also to provide new modules which should be useful for the average OCaml programmer. ExtLib is not directly related to OCaml authors (INRIA) although this library can be seen as a proposal for inclusion in the official distribution. -WWW: https://github.com/ygrek/ocaml-extlib/ +WWW: https://github.com/ygrek/ocaml-extlib