diff options
author | tobez <tobez@FreeBSD.org> | 2005-09-23 19:47:16 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2005-09-23 19:47:16 +0800 |
commit | 9a56c338d83967b0c5e1eaeb34ad871f4137d5a0 (patch) | |
tree | 87f1fecc33da0ba173da8e7204f563427e3a87af /math/p5-Math-Calc-Units | |
parent | 12d43414fb1aabdb82c7cdb9aaa29c92f836b3ae (diff) | |
download | freebsd-ports-graphics-9a56c338d83967b0c5e1eaeb34ad871f4137d5a0.tar.gz freebsd-ports-graphics-9a56c338d83967b0c5e1eaeb34ad871f4137d5a0.tar.zst freebsd-ports-graphics-9a56c338d83967b0c5e1eaeb34ad871f4137d5a0.zip |
Update to 1.04. Assign maintainer to perl@. Require perl from ports.
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 60622e06b3b..291900e5c8a 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 3dafd8baeb6..d5619402ed0 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 |