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-MPC | |
parent | be444a2d99fd14557710475412df7b742d93069e (diff) |
Notes
Diffstat (limited to 'math/p5-Math-MPC')
-rw-r--r-- | math/p5-Math-MPC/Makefile | 9 | ||||
-rw-r--r-- | math/p5-Math-MPC/pkg-plist | 5 |
2 files changed, 6 insertions, 8 deletions
diff --git a/math/p5-Math-MPC/Makefile b/math/p5-Math-MPC/Makefile index d05707809282..1206f50b13c5 100644 --- a/math/p5-Math-MPC/Makefile +++ b/math/p5-Math-MPC/Makefile @@ -13,9 +13,9 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to MPC Library BUILD_DEPENDS= p5-Math-MPFR>=2.01:${PORTSDIR}/math/p5-Math-MPFR -LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \ - mpc:${PORTSDIR}/math/mpc \ - mpfr:${PORTSDIR}/math/mpfr +LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \ + libmpc.so:${PORTSDIR}/math/mpc \ + libmpfr.so:${PORTSDIR}/math/mpfr RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod @@ -23,7 +23,4 @@ MAKE_ENV= INC="-I${LOCALBASE}/include" USES= perl5 USE_PERL5= configure -MAN3= Math::MPC.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-MPC/pkg-plist b/math/p5-Math-MPC/pkg-plist index 6f015c3ce997..fafbafb91c73 100644 --- a/math/p5-Math-MPC/pkg-plist +++ b/math/p5-Math-MPC/pkg-plist @@ -1,7 +1,8 @@ +%%PERL5_MAN3%%/Math::MPC.3.gz %%SITE_PERL%%/%%PERL_ARCH%%/Math/MPC.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/MPC/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/MPC/MPC.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/MPC/MPC.so -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/MPC +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/MPC @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math |