openbsd-ports/math/p5-Math-BigInt-GMP/Makefile
2013-03-11 11:20:26 +00:00

24 lines
412 B
Makefile

# $OpenBSD: Makefile,v 1.13 2013/03/11 11:23:55 espie Exp $
SHARED_ONLY= Yes
COMMENT= use the GMP library for Math::BigInt routines
MODULES= cpan
DISTNAME= Math-BigInt-GMP-1.24
REVISION= 2
CATEGORIES= math
USE_GROFF = Yes
# perl
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c gmp>=6
LIB_DEPENDS = devel/gmp
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>