Edit

IABSD.fr/ports/math/ocaml-zarith/Makefile

Branch :

  • Show log

    Commit

  • Author : volker
    Date : 2024-04-24 17:09:43
    Hash : 1309d0ed
    Message : Bump OCaml ports following update to 4.14.2

  • math/ocaml-zarith/Makefile
  • COMMENT =	arbitrary precision integer and rational arithmetic
    CATEGORIES =	math
    
    V =		1.12
    GH_ACCOUNT =	ocaml
    GH_PROJECT =	Zarith
    GH_TAGNAME =	release-${V}
    DISTNAME =	${GH_PROJECT}-${V}
    PKGNAME =	ocaml-zarith-${V}
    REVISION =	3
    
    HOMEPAGE =	https://github.com/ocaml/Zarith/
    
    MAINTAINER =	Christopher Zimmermann <chrisz@openbsd.org>
    
    
    # LGPLv2
    PERMIT_PACKAGE =	Yes
    
    MODULES =		lang/ocaml
    
    BUILD_DEPENDS =		sysutils/findlib
    
    WANTLIB =		gmp
    LIB_DEPENDS =		devel/gmp
    
    USE_GMAKE =		Yes
    
    CONFIGURE_STYLE =	simple
    CONFIGURE_ENV =		CPPFLAGS="-I${LOCALBASE}/include" \
    			LDFLAGS="-L${LOCALBASE}/lib"
    MAKE_ENV =		MAKE="$(MAKE_PROGRAM)"
    
    TEST_TARGET =		tests
    
    
    .include <bsd.port.mk>