summaryrefslogtreecommitdiff
path: root/sysutils/p5-GTop/Makefile
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2007-03-13 17:38:49 +0000
committerobache <obache@pkgsrc.org>2007-03-13 17:38:49 +0000
commita56b2e67e1d6be3fe128364fadfc046e79d2252d (patch)
tree67c0475f1f34f6c99f7aecc4878b3a8ff1f3a972 /sysutils/p5-GTop/Makefile
parent1101f82f77b23d27bbcd72492c1832341d2321e7 (diff)
downloadpkgsrc-a56b2e67e1d6be3fe128364fadfc046e79d2252d.tar.gz
Import p5-GTop version 0.16 from pkgsrc-wip.
Packaged by Aleksey Cheusov and requested in PR 35469. This Perl extension implements the BSD process resource limit functions getrusage() getrlimit() setrlimit() and the BSD process priority functions. These are available also via core Perl but here we do more tricks so that the PRIO_* are available. getpriority() setpriority() Also is provided times() which provides the same functionality as the one in core Perl, only with better time resolution.
Diffstat (limited to 'sysutils/p5-GTop/Makefile')
-rw-r--r--sysutils/p5-GTop/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/sysutils/p5-GTop/Makefile b/sysutils/p5-GTop/Makefile
new file mode 100644
index 00000000000..a55ab6bf00a
--- /dev/null
+++ b/sysutils/p5-GTop/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/03/13 17:38:49 obache Exp $
+
+DISTNAME= GTop-0.16
+PKGNAME= p5-GTop-0.16
+CATEGORIES= sysutils perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GTop/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/GTop/
+COMMENT= Perl interface to libgtop
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+PERL5_PACKLIST= auto/GTop/.packlist
+
+.include "../../sysutils/libgtop2/buildlink3.mk"
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"