pkgsrc/sysutils/p5-Sys-CPU/Makefile
wiz b6382e3c0c Import p5-Sys-CPU-0.61 as sysutils/p5-Sys-CPU, packaged for wip by noud4
and myself.

In responce to a post on perlmonks.org, a module for counting the number of
CPU's on a system. Support has now also been added for type of CPU and clock
speed. While much of the code is from UNIX::Processors, win32 support has been
added (but not tested).
2014-08-13 20:20:23 +00:00

17 lines
498 B
Makefile

# $NetBSD: Makefile,v 1.1 2014/08/13 20:20:23 wiz Exp $
DISTNAME= Sys-CPU-0.61
PKGNAME= p5-${DISTNAME}
CATEGORIES= sysutils perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MZ/MZSANFORD/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/~mzsanford/Sys-CPU/
COMMENT= Perl 5 module for getting CPU information
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= c
PERL5_PACKLIST= auto/Sys/CPU/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"