diff options
Diffstat (limited to 'sysutils/p5-Sys-CpuLoad')
-rw-r--r-- | sysutils/p5-Sys-CpuLoad/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/p5-Sys-CpuLoad/Makefile b/sysutils/p5-Sys-CpuLoad/Makefile index 7a01c57da551..cc3c66dd6269 100644 --- a/sysutils/p5-Sys-CpuLoad/Makefile +++ b/sysutils/p5-Sys-CpuLoad/Makefile @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Perl5 module to retrieve CPU load averages -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Sys::CpuLoad.3 |