diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-05 06:56:18 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-05 06:56:18 +0000 |
commit | 5e06901c396343ef79137207320bdbb383435cbb (patch) | |
tree | f1b12e43c4957712ca0fd56650b1bda57831a37d /math/p5-Math-MPFR | |
parent | be444a2d99fd14557710475412df7b742d93069e (diff) | |
download | ports-5e06901c396343ef79137207320bdbb383435cbb.tar.gz ports-5e06901c396343ef79137207320bdbb383435cbb.zip |
Notes
Diffstat (limited to 'math/p5-Math-MPFR')
-rw-r--r-- | math/p5-Math-MPFR/Makefile | 7 | ||||
-rw-r--r-- | math/p5-Math-MPFR/pkg-plist | 1 |
2 files changed, 3 insertions, 5 deletions
diff --git a/math/p5-Math-MPFR/Makefile b/math/p5-Math-MPFR/Makefile index b4f8bade4fdf..a26eede25d3d 100644 --- a/math/p5-Math-MPFR/Makefile +++ b/math/p5-Math-MPFR/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to MPFR Library -LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \ - mpfr:${PORTSDIR}/math/mpfr +LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \ + libmpfr.so:${PORTSDIR}/math/mpfr TEST_DEPENDS= p5-Math-GMP>=0:${PORTSDIR}/math/p5-Math-GMP \ p5-Math-GMPf>=0:${PORTSDIR}/math/p5-Math-GMPf \ p5-Math-GMPq>=0:${PORTSDIR}/math/p5-Math-GMPq \ @@ -22,7 +22,4 @@ USES= perl5 USE_PERL5= configure MAKE_ENV= INC="-I${LOCALBASE}/include" -MAN3= Math::MPFR.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-MPFR/pkg-plist b/math/p5-Math-MPFR/pkg-plist index 223e3f686f3d..3631c4c6697e 100644 --- a/math/p5-Math-MPFR/pkg-plist +++ b/math/p5-Math-MPFR/pkg-plist @@ -1,3 +1,4 @@ +%%PERL5_MAN3%%/Math::MPFR.3.gz %%SITE_PERL%%/%%PERL_ARCH%%/Math/MPFR.pm %%SITE_PERL%%/%%PERL_ARCH%%/Math/MPFR/Prec.pm %%SITE_PERL%%/%%PERL_ARCH%%/Math/MPFR/V.pm |