diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-10-08 07:44:07 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-10-08 07:44:07 +0000 |
commit | aa644e303ce77bcd23c73ebf997afbe1a08a1307 (patch) | |
tree | 6bc23b166cecbce632cc7c1e2a28314a92589ae4 /math/p5-Math-Int128/Makefile | |
parent | eaadab42455e7281aa185c6b59cfcf8bbdda08a5 (diff) |
Notes
Diffstat (limited to 'math/p5-Math-Int128/Makefile')
-rw-r--r-- | math/p5-Math-Int128/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/math/p5-Math-Int128/Makefile b/math/p5-Math-Int128/Makefile index 1f1385a212fc..544781383d23 100644 --- a/math/p5-Math-Int128/Makefile +++ b/math/p5-Math-Int128/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-Int128 -PORTVERSION= 0.12 +PORTVERSION= 0.13 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -20,10 +20,6 @@ USE_PERL5= configure NOT_FOR_ARCHS= i386 -MAN3= Math::Int128.3 \ - Math::Int128::die_on_overflow.3 - -NO_STAGE= yes .include <bsd.port.pre.mk> # need clang 3.2+ or GCC 4.4+ |