diff options
Diffstat (limited to 'math/p5-Math-BigIntFast/Makefile')
-rw-r--r-- | math/p5-Math-BigIntFast/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/p5-Math-BigIntFast/Makefile b/math/p5-Math-BigIntFast/Makefile index 1e86274f6934..0684d2dfe127 100644 --- a/math/p5-Math-BigIntFast/Makefile +++ b/math/p5-Math-BigIntFast/Makefile @@ -18,10 +18,9 @@ COMMENT= Perl module wrapper for Bit::Vector to provide big integer math BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Bit/Vector.pm:${PORTSDIR}/math/p5-Bit-Vector RUN_DEPENDS= ${BUILD_DEPENDS} -SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} +SITE_PERL= ${SITE_PERL} PERL_CONFIGURE= yes -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Math::BigIntFast.3 .include <bsd.port.mk> |