Files
2026-03-21 07:26:27 +00:00

21 lines
434 B
Makefile

COMMENT = utilities related to prime numbers, using GMP
DISTNAME = Math-Prime-Util-GMP-0.53
CATEGORIES = math
# Perl
PERMIT_PACKAGE = Yes
CPAN_AUTHOR = DANAJ
MODULES = cpan
WANTLIB = perl c m gmp
LIB_DEPENDS = devel/gmp
# Extend "LIBS" from Makefile.PL,
# not sure how other than to replicate what is in there already
CONFIGURE_ARGS = INC="-I${LOCALBASE}/include" \
LIBS="-lm -L${LOCALBASE}/lib -lgmp"
.include <bsd.port.mk>