diff options
-rw-r--r-- | math/p5-bignum/Makefile | 20 | ||||
-rw-r--r-- | math/p5-bignum/distinfo | 4 |
2 files changed, 5 insertions, 19 deletions
diff --git a/math/p5-bignum/Makefile b/math/p5-bignum/Makefile index 8f9020610dbb..271ffe135ec9 100644 --- a/math/p5-bignum/Makefile +++ b/math/p5-bignum/Makefile @@ -1,18 +1,13 @@ -# New ports collection makefile for: math/p5-bignum -# Date created: 25 May 2007 -# Whom: Lars Thegler <lth@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= bignum -PORTVERSION= 0.30 +PORTVERSION= 0.32 CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:FLORA PKGNAMEPREFIX= p5- -MAINTAINER= lth@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Transparent BigNumber/BigRational support for Perl PERL_CONFIGURE= yes @@ -21,13 +16,4 @@ MAN3= bigint.3 \ bignum.3 \ bigrat.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501000 -BUILD_DEPENDS+= p5-Math-BigInt>=1.880:${PORTSDIR}/math/p5-Math-BigInt \ - p5-Math-BigRat>=0.21:${PORTSDIR}/math/p5-Math-BigRat -RUN_DEPENDS+= p5-Math-BigInt>=1.880:${PORTSDIR}/math/p5-Math-BigInt \ - p5-Math-BigRat>=0.21:${PORTSDIR}/math/p5-Math-BigRat -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/math/p5-bignum/distinfo b/math/p5-bignum/distinfo index 27d948a17080..76325a2f7b34 100644 --- a/math/p5-bignum/distinfo +++ b/math/p5-bignum/distinfo @@ -1,2 +1,2 @@ -SHA256 (bignum-0.30.tar.gz) = 46141012e676ea833043623104077d6a3c785e230660d3c67810d6f8eb8607d1 -SIZE (bignum-0.30.tar.gz) = 38172 +SHA256 (bignum-0.32.tar.gz) = 412b8775d0fb423510379265c66601b5787b12a99bd0f8202145d7a4ab67f4f6 +SIZE (bignum-0.32.tar.gz) = 39272 |