ports/math/p5-Math-GMPf/Makefile

24 lines
415 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = perl interface to GMP floating point functions
MODULES = cpan
DISTNAME = Math-GMPf-0.49
CATEGORIES = math
# Perl
PERMIT_PACKAGE= Yes
MAINTAINER = Steven Mestdagh <steven@openbsd.org>
WANTLIB += c gmp>=4 perl
LIB_DEPENDS = devel/gmp
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
TEST_DEPENDS = math/p5-Math-GMPz
MAKE_ENV += TEST_POD=Yes
.include <bsd.port.mk>