diff options
Diffstat (limited to 'math/p5-Math-BigInt')
-rw-r--r-- | math/p5-Math-BigInt/Makefile | 10 | ||||
-rw-r--r-- | math/p5-Math-BigInt/distinfo | 6 | ||||
-rw-r--r-- | math/p5-Math-BigInt/pkg-plist | 7 |
3 files changed, 9 insertions, 14 deletions
diff --git a/math/p5-Math-BigInt/Makefile b/math/p5-Math-BigInt/Makefile index d4dad1f8b31b..904043557400 100644 --- a/math/p5-Math-BigInt/Makefile +++ b/math/p5-Math-BigInt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Math-BigInt -PORTVERSION= 1.79 +PORTVERSION= 1.80 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Math @@ -22,10 +22,4 @@ MAN3= Math::BigFloat.3 \ Math::BigInt::Calc.3 \ Math::BigInt::CalcEmu.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/math/p5-Math-BigInt/distinfo b/math/p5-Math-BigInt/distinfo index 613d30229034..f3086a6f2705 100644 --- a/math/p5-Math-BigInt/distinfo +++ b/math/p5-Math-BigInt/distinfo @@ -1,3 +1,3 @@ -MD5 (Math-BigInt-1.79.tar.gz) = 00916631c17be916931078aa9ec2a24d -SHA256 (Math-BigInt-1.79.tar.gz) = 2a23eda4fd3afa42e6122a8da51d22e95ff336cca37c2dba0b5f720a2c77aa39 -SIZE (Math-BigInt-1.79.tar.gz) = 172135 +MD5 (Math-BigInt-1.80.tar.gz) = 642d8152ef747a2b0e5b99041812db77 +SHA256 (Math-BigInt-1.80.tar.gz) = e939eec07c74c67cd341678751fbec295a2937dd5796bbf247c4022e99604b38 +SIZE (Math-BigInt-1.80.tar.gz) = 184459 diff --git a/math/p5-Math-BigInt/pkg-plist b/math/p5-Math-BigInt/pkg-plist index 103d15f183f1..2618f50a7d38 100644 --- a/math/p5-Math-BigInt/pkg-plist +++ b/math/p5-Math-BigInt/pkg-plist @@ -2,7 +2,8 @@ %%SITE_PERL%%/Math/BigInt.pm %%SITE_PERL%%/Math/BigInt/Calc.pm %%SITE_PERL%%/Math/BigInt/CalcEmu.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math-BigInt/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math-BigInt -@dirrm %%SITE_PERL%%/Math/BigInt +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/BigInt/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/BigInt +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math +@dirrmtry %%SITE_PERL%%/Math/BigInt @dirrmtry %%SITE_PERL%%/Math |