19 lines
320 B
Makefile
19 lines
320 B
Makefile
|
COMMENT= use the GMP library for Math::BigInt routines
|
||
|
|
||
|
MODULES= cpan
|
||
|
DISTNAME = Math-BigInt-GMP-1.6007
|
||
|
CATEGORIES= math
|
||
|
REVISION = 0
|
||
|
|
||
|
# perl
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
WANTLIB += c gmp>=6 perl
|
||
|
|
||
|
LIB_DEPENDS = devel/gmp
|
||
|
|
||
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||
|
LDFLAGS="-L${LOCALBASE}/lib"
|
||
|
|
||
|
.include <bsd.port.mk>
|