1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

add the right dependency so that it builds with all perls

This commit is contained in:
Mathieu Arnold 2004-02-25 11:38:28 +00:00
parent 48e16351b6
commit fa66d83c33
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102082

View File

@ -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
BUILD_DEPENDS= ${SITE_PERL}/Math/BigFloat.pm:${PORTSDIR}/math/p5-Math-BigInt
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
BROKEN= "Needs Perl 5.6.0 for Math::BigFloat"
.endif
MAN3= Math::FixedPrecision.3
.include <bsd.port.post.mk>
.include <bsd.port.mk>