diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2013-01-03 08:59:14 +0000 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2013-01-03 08:59:14 +0000 |
commit | e985dd017f290b423a67555f35f2eaf41f0a400e (patch) | |
tree | c1cbb80e881511756751a6451417076f3383e567 /math/p5-Math-Int128 | |
parent | f6546790c0e1c4da0b010ed4cc6922e9f6b216fe (diff) | |
download | ports-e985dd017f290b423a67555f35f2eaf41f0a400e.tar.gz ports-e985dd017f290b423a67555f35f2eaf41f0a400e.zip |
Notes
Diffstat (limited to 'math/p5-Math-Int128')
-rw-r--r-- | math/p5-Math-Int128/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/p5-Math-Int128/Makefile b/math/p5-Math-Int128/Makefile index 13ba86389371..1d3c5f8703c3 100644 --- a/math/p5-Math-Int128/Makefile +++ b/math/p5-Math-Int128/Makefile @@ -4,6 +4,7 @@ PORTNAME= Math-Int128 PORTVERSION= 0.07 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,7 +19,7 @@ RUN_DEPENDS= p5-Math-Int64>=0.28:${PORTSDIR}/math/p5-Math-Int64 PERL_CONFIGURE= yes -USE_GCC= 4.4+ +USE_GCC= 4.6+ MAN3= Math::Int128.3 \ Math::Int128::die_on_overflow.3 |