16 lines
194 B
Makefile
16 lines
194 B
Makefile
|
COMMENT = manipulate 64 bits integers in Perl
|
||
|
|
||
|
DISTNAME = Math-Int64-0.54
|
||
|
REVISION = 1
|
||
|
|
||
|
CATEGORIES = math
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
WANTLIB += c perl
|
||
|
|
||
|
MODULES = cpan
|
||
|
|
||
|
.include <bsd.port.mk>
|