Edit

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

Branch :

  • Show log

    Commit

  • Author : steven
    Date : 2023-12-25 09:00:33
    Hash : fa1f7d7d
    Message : update to 0.52

  • math/p5-Math-GMPf/Makefile
  • COMMENT =	perl interface to GMP floating point functions
    
    MODULES =	cpan
    DISTNAME =	Math-GMPf-0.52
    CATEGORIES =	math
    
    # Perl
    PERMIT_PACKAGE=	Yes
    
    MAINTAINER =	Steven Mestdagh <steven@openbsd.org>
    
    WANTLIB += c gmp>=4 perl
    
    LIB_DEPENDS =	devel/gmp
    
    CONFIGURE_ENV+=	CPPFLAGS="-I${LOCALBASE}/include" \
    		LDFLAGS="-L${LOCALBASE}/lib"
    
    TEST_DEPENDS =	math/p5-Math-GMPz
    
    MAKE_ENV +=	TEST_POD=Yes
    
    .include <bsd.port.mk>