Files

20 lines
262 B
Makefile
Raw Permalink Normal View History

2018-02-28 15:31:42 +00:00
ONLY_FOR_ARCHS = ${LP64_ARCHS}
COMMENT = manipulate 128 bits integers in Perl
DISTNAME = Math-Int128-0.22
REVISION = 1
2018-02-28 15:31:42 +00:00
CATEGORIES = math
# Perl
PERMIT_PACKAGE = Yes
2018-02-28 15:31:42 +00:00
WANTLIB += c perl
MODULES = cpan
RUN_DEPENDS = math/p5-Math-Int64
.include <bsd.port.mk>