pkgsrc/sysutils/p5-GTop/Makefile
obache a56b2e67e1 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.
2007-03-13 17:38:49 +00:00

18 lines
503 B
Makefile

# $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"