diff options
Diffstat (limited to 'math/p5-Math-Matrix/Makefile')
-rw-r--r-- | math/p5-Math-Matrix/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/p5-Math-Matrix/Makefile b/math/p5-Math-Matrix/Makefile index c93cbbe63409..2558d7ca0aa6 100644 --- a/math/p5-Math-Matrix/Makefile +++ b/math/p5-Math-Matrix/Makefile @@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Math::Matrix - multiply and invert matrices -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Math::Matrix.3 |