mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- update to 0.21
- remove MANPREFIX - use PERL_LEVEL instead of OSVERSION to determine perl version PR: 50450 Submitted by: Erwin Lansing <erwin@lansing.dk>
This commit is contained in:
parent
44ee247da3
commit
2c5c770303
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77801
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Math-FixedPrecision
|
||||
PORTVERSION= 0.14
|
||||
PORTVERSION= 0.21
|
||||
CATEGORIES= math perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Math
|
||||
@ -15,17 +15,14 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Perl module that provides decimal math without floating point errors
|
||||
|
||||
USE_ZIP= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500007
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
BROKEN= "Needs Perl 5.6.0 for Math::BigFloat"
|
||||
.endif
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= Math::FixedPrecision.3
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (Math-FixedPrecision-0.14.zip) = f7e5aa8cc37c796849217bbeaa070e17
|
||||
MD5 (Math-FixedPrecision-0.21.tar.gz) = 3999a0e6ca3b6ad73f25466af6025c7f
|
||||
|
Loading…
Reference in New Issue
Block a user