Files
ports/math/p5-Math-BigInt-GMP/Makefile
T
bluhm 2de12ca973 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.
2025-01-03 14:58:57 +00:00

24 lines
400 B
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>