diff options
Diffstat (limited to 'math/p5-Math-Bezier')
-rw-r--r-- | math/p5-Math-Bezier/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/p5-Math-Bezier/Makefile b/math/p5-Math-Bezier/Makefile index 84f4dbfdd2a0..ef507e0d5fbd 100644 --- a/math/p5-Math-Bezier/Makefile +++ b/math/p5-Math-Bezier/Makefile @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl module to solve Bezier curves -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Math::Bezier.3 |