15 lines
194 B
Makefile
15 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>
|