diff options
Diffstat (limited to 'math/p5-bignum/Makefile')
-rw-r--r-- | math/p5-bignum/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/p5-bignum/Makefile b/math/p5-bignum/Makefile index 271ffe135ec9..f2a5e06c47b0 100644 --- a/math/p5-bignum/Makefile +++ b/math/p5-bignum/Makefile @@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Transparent BigNumber/BigRational support for Perl -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= bigint.3 \ bignum.3 \ |