diff options
Diffstat (limited to 'math/p5-Math-Random-ISAAC-XS/Makefile')
-rw-r--r-- | math/p5-Math-Random-ISAAC-XS/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/p5-Math-Random-ISAAC-XS/Makefile b/math/p5-Math-Random-ISAAC-XS/Makefile index c251e09fae6f..391d2b2d09e4 100644 --- a/math/p5-Math-Random-ISAAC-XS/Makefile +++ b/math/p5-Math-Random-ISAAC-XS/Makefile @@ -14,7 +14,8 @@ COMMENT= C implementation of the ISAAC PRNG Algorithm BUILD_DEPENDS= p5-Test-NoWarnings>0:${PORTSDIR}/devel/p5-Test-NoWarnings RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Math::Random::ISAAC::XS.3 |