summaryrefslogtreecommitdiff
path: root/sysutils/p5-Sys-CpuLoad/Makefile
diff options
context:
space:
mode:
authormartti <martti>2005-11-07 11:31:24 +0000
committermartti <martti>2005-11-07 11:31:24 +0000
commit4a73a4abca942f20e4debc3fbb80d1d0e88bc205 (patch)
treecc9c051433b2149d926b89842977ae1ab834a6de /sysutils/p5-Sys-CpuLoad/Makefile
parentabfb851bbedcef8845bb26a4bb912f234c5a4f04 (diff)
downloadpkgsrc-4a73a4abca942f20e4debc3fbb80d1d0e88bc205.tar.gz
This module retrieves the 1 minute, 5 minute, and 15 minute load average
of a machine.
Diffstat (limited to 'sysutils/p5-Sys-CpuLoad/Makefile')
-rw-r--r--sysutils/p5-Sys-CpuLoad/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/sysutils/p5-Sys-CpuLoad/Makefile b/sysutils/p5-Sys-CpuLoad/Makefile
new file mode 100644
index 00000000000..bba68030eef
--- /dev/null
+++ b/sysutils/p5-Sys-CpuLoad/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/11/07 11:31:24 martti Exp $
+
+DISTNAME= Sys-CpuLoad-0.03
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= sysutils perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Sys/}
+
+MAINTAINER= martti@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Sys-CpuLoad
+COMMENT= Module to retrieve system load averages
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+PERL5_PACKLIST= auto/Sys/CpuLoad/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"