diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2005-09-23 11:47:16 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2005-09-23 11:47:16 +0000 |
commit | dd97b26d93a78ee664c16141feaa9efb57206de5 (patch) | |
tree | 880bee8317049979f03bd42014cd9ec80f3ec7a9 /math/p5-Math-Calc-Units | |
parent | 7aed9eb53658908c5cb4085e797872584755835d (diff) | |
download | ports-dd97b26d93a78ee664c16141feaa9efb57206de5.tar.gz ports-dd97b26d93a78ee664c16141feaa9efb57206de5.zip |
Notes
Diffstat (limited to 'math/p5-Math-Calc-Units')
-rw-r--r-- | math/p5-Math-Calc-Units/Makefile | 12 | ||||
-rw-r--r-- | math/p5-Math-Calc-Units/distinfo | 4 |
2 files changed, 11 insertions, 5 deletions
diff --git a/math/p5-Math-Calc-Units/Makefile b/math/p5-Math-Calc-Units/Makefile index 60622e06b3b3..291900e5c8a9 100644 --- a/math/p5-Math-Calc-Units/Makefile +++ b/math/p5-Math-Calc-Units/Makefile @@ -6,17 +6,23 @@ # PORTNAME= Math-Calc-Units -PORTVERSION= 1.02 +PORTVERSION= 1.04 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Math PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Human-readable unit-aware calculator PERL_CONFIGURE= yes MAN3= Math::Calc::Units.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= Port requires perl 5.6.0 or later. Install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> diff --git a/math/p5-Math-Calc-Units/distinfo b/math/p5-Math-Calc-Units/distinfo index 3dafd8baeb69..d5619402ed04 100644 --- a/math/p5-Math-Calc-Units/distinfo +++ b/math/p5-Math-Calc-Units/distinfo @@ -1,2 +1,2 @@ -MD5 (Math-Calc-Units-1.02.tar.gz) = 96051781e405492b2065b8113e5b5b9f -SIZE (Math-Calc-Units-1.02.tar.gz) = 30721 +MD5 (Math-Calc-Units-1.04.tar.gz) = 65b790af9904f0a86b28e0fb0fe5a6d3 +SIZE (Math-Calc-Units-1.04.tar.gz) = 32894 |