mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
2de12ca973
Newer versions of Math::BigInt::GMP require Math::BigInt > 1.999837 which our base Perl does not provide.
24 lines
400 B
Makefile
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>
|