Edit

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

Branch :

  • Show log

    Commit

  • Author : benoit
    Date : 2026-03-21 07:26:27
    Hash : b79fc393
    Message : Update to p5-Math-Prime-Util-GMP-0.53.

  • math/p5-Math-Prime-Util-GMP/Makefile
  • COMMENT =	utilities related to prime numbers, using GMP
    DISTNAME =	Math-Prime-Util-GMP-0.53
    CATEGORIES =	math
    
    # Perl
    PERMIT_PACKAGE =	Yes
    
    CPAN_AUTHOR =	DANAJ
    
    MODULES =	cpan
    WANTLIB =	perl c m gmp
    
    LIB_DEPENDS =	devel/gmp
    
    # Extend "LIBS" from Makefile.PL,
    # not sure how other than to replicate what is in there already
    CONFIGURE_ARGS =	INC="-I${LOCALBASE}/include" \
    			LIBS="-lm -L${LOCALBASE}/lib -lgmp"
    
    .include <bsd.port.mk>