ports/devel/p5-Data-IEEE754/Makefile
Sunpoet Po-Chuan Hsieh 542191356a - Add p5-Data-IEEE754 0.01
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/
2014-02-16 10:38:31 +00:00

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>