ports/math/p5-Math-GMP/Makefile

20 lines
338 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= high speed arbitrary-size integer math
MODULES= cpan
DISTNAME = Math-GMP-2.25
CATEGORIES= math
# LGPLv2+
PERMIT_PACKAGE= Yes
WANTLIB += c gmp>=4 perl
LIB_DEPENDS = devel/gmp
BUILD_DEPENDS = devel/p5-Devel-CheckLib
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>