Edit

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

Branch :

  • Show log

    Commit

  • Author : bluhm
    Date : 2025-01-03 14:58:57
    Hash : 2de12ca9
    Message : update p5-Math-BigInt-GMP to 1.6011 Newer versions of Math::BigInt::GMP require Math::BigInt > 1.999837 which our base Perl does not provide.

  • math/p5-Math-BigInt-GMP/Makefile
  • COMMENT =	backend library for Math::BigInt based on GMP
    
    DISTNAME =	Math-BigInt-GMP-1.6011
    
    CATEGORIES =	math
    
    # Perl
    PERMIT_PACKAGE =	Yes
    
    WANTLIB =		c gmp>=6 perl
    
    MODULES =		cpan
    
    BUILD_DEPENDS =		devel/p5-Devel-CheckLib
    LIB_DEPENDS =		devel/gmp
    
    CONFIGURE_ENV =		CPPFLAGS="-I${LOCALBASE}/include" \
    			LDFLAGS="-L${LOCALBASE}/lib"
    
    pre-configure:
    	rm -r -- ${WRKDIST}/inc
    
    .include <bsd.port.mk>