openbsd-ports/math/p5-Math-BigInt-GMP/Makefile

27 lines
490 B
Makefile
Raw Normal View History

2012-08-23 11:50:05 -04:00
# $OpenBSD: Makefile,v 1.12 2012/08/23 15:50:05 sthen Exp $
SHARED_ONLY= Yes
COMMENT= use the GMP library for Math::BigInt routines
MODULES= cpan
DISTNAME= Math-BigInt-GMP-1.24
2012-08-23 11:50:05 -04:00
REVISION= 2
CATEGORIES= math
2010-10-18 16:52:05 -04:00
USE_GROFF = Yes
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2012-08-23 11:50:05 -04:00
WANTLIB += c gmp>=6
2010-11-19 02:23:05 -05:00
LIB_DEPENDS = devel/gmp
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>