Edit

IABSD.fr/ports/math/p5-Math-GMP/Makefile

Branch :

  • Show log

    Commit

  • Author : benoit
    Date : 2022-08-04 13:24:06
    Hash : 328b8d11
    Message : Update to p5-Math-GMP-2.25.

  • math/p5-Math-GMP/Makefile
  • COMMENT=	high speed arbitrary-size integer math
    
    MODULES=	cpan
    DISTNAME =	Math-GMP-2.25
    CATEGORIES=	math
    
    # LGPLv2+
    PERMIT_PACKAGE=	Yes
    
    WANTLIB += c gmp>=4 perl
    
    LIB_DEPENDS =		devel/gmp
    
    BUILD_DEPENDS =		devel/p5-Devel-CheckLib
    
    CONFIGURE_ENV+=	CPPFLAGS="-I${LOCALBASE}/include" \
    		LDFLAGS="-L${LOCALBASE}/lib"
    
    .include <bsd.port.mk>