95283cfa99
http://cpansearch.perl.org/src/SALVA/Math-Int64-0.34/Changes - native_to_uint64 was broken when using native integers (bug report by Aleksey Mashanov) - add sv_seti64 and sv_setu64 macros (feature request by Graham Ollis) PR: 194735 Approved by: sunpoet (maintainer timeout)
23 lines
440 B
Makefile
23 lines
440 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Math-Int64
|
|
PORTVERSION= 0.34
|
|
CATEGORIES= math perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Manipulate 64 bits integers in Perl
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
USE_PERL5= configure
|
|
USES= perl5
|
|
|
|
post-stage:
|
|
${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Math/Int64/Int64.so
|
|
|
|
|
|
.include <bsd.port.mk>
|