fcambus 42dd17fb56 Import math/p5-Math-Int64.
This module adds support for 64 bit integers, signed and unsigned, to Perl.

OK giovanni@
2018-01-19 09:17:21 +00:00

19 lines
305 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2018/01/19 09:17:21 fcambus Exp $
COMMENT = manipulate 64 bits integers in Perl
DISTNAME = Math-Int64-0.54
CATEGORIES = math
MAINTAINER = Frederic Cambus <fcambus@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += c perl
MODULES = cpan
.include <bsd.port.mk>