diff options
author | vanilla <vanilla@FreeBSD.org> | 2013-11-05 14:56:18 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2013-11-05 14:56:18 +0800 |
commit | 66dfc893366216c301980028d29756a5cb97d8b4 (patch) | |
tree | f1b12e43c4957712ca0fd56650b1bda57831a37d /math/p5-Math-BigInt-FastCalc | |
parent | b1a6c0cdd886f3bec908d1a7a9548e60555409c8 (diff) | |
download | freebsd-ports-gnome-66dfc893366216c301980028d29756a5cb97d8b4.tar.gz freebsd-ports-gnome-66dfc893366216c301980028d29756a5cb97d8b4.tar.zst freebsd-ports-gnome-66dfc893366216c301980028d29756a5cb97d8b4.zip |
Support STAGEDIR.
Diffstat (limited to 'math/p5-Math-BigInt-FastCalc')
-rw-r--r-- | math/p5-Math-BigInt-FastCalc/Makefile | 5 | ||||
-rw-r--r-- | math/p5-Math-BigInt-FastCalc/pkg-plist | 1 |
2 files changed, 2 insertions, 4 deletions
diff --git a/math/p5-Math-BigInt-FastCalc/Makefile b/math/p5-Math-BigInt-FastCalc/Makefile index 41a29cab2173..00aa0e7c4c62 100644 --- a/math/p5-Math-BigInt-FastCalc/Makefile +++ b/math/p5-Math-BigInt-FastCalc/Makefile @@ -11,14 +11,11 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Math::BigInt::Calc with some XS for more speed BUILD_DEPENDS= p5-Math-BigInt>=1.997:${PORTSDIR}/math/p5-Math-BigInt -RUN_DEPENDS= p5-Math-BigInt>=1.997:${PORTSDIR}/math/p5-Math-BigInt +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Math::BigInt::FastCalc.3 - PORTSCOUT= skipv:0.251 -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-BigInt-FastCalc/pkg-plist b/math/p5-Math-BigInt-FastCalc/pkg-plist index 6962b4c54627..67093059b257 100644 --- a/math/p5-Math-BigInt-FastCalc/pkg-plist +++ b/math/p5-Math-BigInt-FastCalc/pkg-plist @@ -1,3 +1,4 @@ +%%PERL5_MAN3%%/Math::BigInt::FastCalc.3.gz %%SITE_PERL%%/%%PERL_ARCH%%/Math/BigInt/FastCalc.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/BigInt/FastCalc/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/BigInt/FastCalc/FastCalc.bs |