2001-01-04 00:40:09 +01:00
|
|
|
# New ports collection makefile for: Math-FixedPrecision
|
|
|
|
# Date created: Wed Jan 3 11:03:30 2001
|
|
|
|
# Whom: will
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Math-FixedPrecision
|
2003-03-31 06:48:22 +02:00
|
|
|
PORTVERSION= 0.21
|
2001-01-04 00:40:09 +01:00
|
|
|
CATEGORIES= math perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Math
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2004-02-25 12:38:28 +01:00
|
|
|
MAINTAINER= mat@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
|
|
|
|
2004-02-25 12:38:28 +01:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Math/BigFloat.pm:${PORTSDIR}/math/p5-Math-BigInt
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
2001-01-04 00:40:09 +01:00
|
|
|
|
2004-02-25 12:38:28 +01:00
|
|
|
PERL_CONFIGURE= yes
|
2001-01-04 00:40:09 +01:00
|
|
|
|
|
|
|
MAN3= Math::FixedPrecision.3
|
|
|
|
|
2004-02-25 12:38:28 +01:00
|
|
|
.include <bsd.port.mk>
|