freebsd-ports/math/p5-Math-Int64/Makefile
Kurt Jaeger 95283cfa99 math/p5-Math-Int64: 0.32 -> 0.34
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)
2014-11-19 06:19:20 +00:00

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>