Files
ports/math/p5-Math-Int64/Makefile
T
2024-08-05 15:25:09 +00:00

15 lines
181 B
Makefile

COMMENT = manipulate 64 bits integers in Perl
DISTNAME = Math-Int64-0.57
CATEGORIES = math
# Perl
PERMIT_PACKAGE = Yes
WANTLIB += c perl
MODULES = cpan
.include <bsd.port.mk>