2022-03-11 19:36:11 +00:00

14 lines
258 B
Makefile

COMMENT = utilities related to prime numbers, including fast sieves
DISTNAME = Math-Prime-Util-0.73
CATEGORIES = math
# Perl
PERMIT_PACKAGE = Yes
MODULES = cpan
WANTLIB = perl c m
RUN_DEPENDS = math/p5-Math-Prime-Util-GMP>=0.50
.include <bsd.port.mk>