diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2014-11-19 06:19:20 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2014-11-19 06:19:20 +0000 |
commit | 95283cfa99327b37aa6c3edaf0dfb3f665b4d514 (patch) | |
tree | ebd64dcf045d720a30e36a50240f3c057a5e6f45 /math/p5-Math-Int64/Makefile | |
parent | 99253e2e510be7faca3681b25adc1d6f37a7af6a (diff) | |
download | ports-95283cfa99327b37aa6c3edaf0dfb3f665b4d514.tar.gz ports-95283cfa99327b37aa6c3edaf0dfb3f665b4d514.zip |
Notes
Diffstat (limited to 'math/p5-Math-Int64/Makefile')
-rw-r--r-- | math/p5-Math-Int64/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/math/p5-Math-Int64/Makefile b/math/p5-Math-Int64/Makefile index 06622fab4fcd..40fad4a7fb15 100644 --- a/math/p5-Math-Int64/Makefile +++ b/math/p5-Math-Int64/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-Int64 -PORTVERSION= 0.32 +PORTVERSION= 0.34 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,4 +16,8 @@ LICENSE_COMB= dual USE_PERL5= configure USES= perl5 +post-stage: + ${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Math/Int64/Int64.so + + .include <bsd.port.mk> |