mirror of
https://github.com/openbsd/ports.git
synced 2026-06-19 16:05:12 +02:00
15 lines
271 B
Makefile
15 lines
271 B
Makefile
COMMENT = utilities related to prime numbers, including fast sieves
|
|
DISTNAME = Math-Prime-Util-0.73
|
|
CATEGORIES = math
|
|
REVISION = 0
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
WANTLIB = perl c m
|
|
|
|
RUN_DEPENDS = math/p5-Math-Prime-Util-GMP>=0.50
|
|
|
|
.include <bsd.port.mk>
|