openbsd-ports/math/p5-Math-BigInt-GMP/Makefile
2010-12-03 11:44:22 +00:00

26 lines
490 B
Makefile

# $OpenBSD: Makefile,v 1.11 2010/12/03 11:45:39 ajacoutot Exp $
SHARED_ONLY= Yes
COMMENT= use the GMP library for Math::BigInt routines
MODULES= cpan
DISTNAME= Math-BigInt-GMP-1.24
REVISION= 1
CATEGORIES= math
USE_GROFF = Yes
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
LIB_DEPENDS = devel/gmp
WANTLIB = gmp>=6
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>