openbsd-ports/math/p5-Math-BigInt-GMP/Makefile
jasper d450b9f67f - update p5-Math-BigInt-GMP to 1.24
maintainer drops maintainership
2008-10-29 11:39:36 +00:00

23 lines
449 B
Makefile

# $OpenBSD: Makefile,v 1.6 2008/10/29 11:39:36 jasper Exp $
SHARED_ONLY= Yes
COMMENT= use the GMP library for Math::BigInt routines
MODULES= cpan
DISTNAME= Math-BigInt-GMP-1.24
CATEGORIES= math
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
LIB_DEPENDS= gmp.>=6::devel/gmp
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>