Edit

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

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2016-03-20 19:56:05
    Hash : cfbb239b
    Message : Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES. Add WANTLIB+=perl and PKG_ARCH=* as appropriate.

  • math/p5-Math-BigInt-GMP/Makefile
  • # $OpenBSD: Makefile,v 1.17 2016/03/20 19:56:48 naddy Exp $
    
    COMMENT=	use the GMP library for Math::BigInt routines
    
    MODULES=	cpan
    DISTNAME =	Math-BigInt-GMP-1.38
    CATEGORIES=	math
    
    # perl
    PERMIT_PACKAGE_CDROM=	Yes
    
    WANTLIB += c gmp>=6 perl
    
    LIB_DEPENDS =	devel/gmp
    
    CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
    		LDFLAGS="-L${LOCALBASE}/lib"
    
    .include <bsd.port.mk>