diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-02-25 11:38:28 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-02-25 11:38:28 +0000 |
commit | fa66d83c3376b1042db677b3ac3d38ef016b0f68 (patch) | |
tree | 3c9c7d5a42be7b4fce84533869391e3c551606cc /math/p5-Math-FixedPrecision | |
parent | 48e16351b64e23b72caa3b8200ba961cf867d97b (diff) | |
download | ports-fa66d83c3376b1042db677b3ac3d38ef016b0f68.tar.gz ports-fa66d83c3376b1042db677b3ac3d38ef016b0f68.zip |
Notes
Diffstat (limited to 'math/p5-Math-FixedPrecision')
-rw-r--r-- | math/p5-Math-FixedPrecision/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/math/p5-Math-FixedPrecision/Makefile b/math/p5-Math-FixedPrecision/Makefile index 71bb6bf7cb44..4257a0250e6d 100644 --- a/math/p5-Math-FixedPrecision/Makefile +++ b/math/p5-Math-FixedPrecision/Makefile @@ -12,17 +12,14 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Math PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mat@FreeBSD.org COMMENT= Perl module that provides decimal math without floating point errors -PERL_CONFIGURE= yes - -.include <bsd.port.pre.mk> +BUILD_DEPENDS= ${SITE_PERL}/Math/BigFloat.pm:${PORTSDIR}/math/p5-Math-BigInt +RUN_DEPENDS= ${BUILD_DEPENDS} -.if ${PERL_LEVEL} < 500600 -BROKEN= "Needs Perl 5.6.0 for Math::BigFloat" -.endif +PERL_CONFIGURE= yes MAN3= Math::FixedPrecision.3 -.include <bsd.port.post.mk> +.include <bsd.port.mk> |