mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
Data::IEEE754 provides some simple convenience functions for packing and unpacking IEEE 754 floats and doubles. Currently this module only implements big-endian order. WWW: http://search.cpan.org/dist/Data-IEEE754/
20 lines
408 B
Makefile
20 lines
408 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Data-IEEE754
|
|
PORTVERSION= 0.01
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Pack and unpack big-endian IEEE754 floats and doubles
|
|
|
|
LICENSE= ART20
|
|
|
|
TEST_DEPENDS= p5-Test-Bits>=0:${PORTSDIR}/devel/p5-Test-Bits
|
|
|
|
USE_PERL5= configure
|
|
USES= perl5
|
|
|
|
.include <bsd.port.mk>
|