2013-08-02 20:52:07 +02:00
|
|
|
# Created by: will
|
2001-01-04 00:40:09 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Math-FixedPrecision
|
2003-03-31 06:48:22 +02:00
|
|
|
PORTVERSION= 0.21
|
2010-09-22 09:48:02 +02:00
|
|
|
PORTREVISION= 1
|
2001-01-04 00:40:09 +01:00
|
|
|
CATEGORIES= math perl5
|
2007-08-31 15:37:23 +02:00
|
|
|
MASTER_SITES= CPAN
|
2001-01-04 00:40:09 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-08-16 11:55:32 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= Perl module that provides decimal math without floating point errors
|
2001-01-04 00:40:09 +01:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2001-01-04 00:40:09 +01:00
|
|
|
|
2004-02-25 12:38:28 +01:00
|
|
|
.include <bsd.port.mk>
|