mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
An Object Oriented Interface to /proc/cpuinfo
PR: ports/187099 Submitted by: pauls@utdallas.edu
This commit is contained in:
parent
e846d0a9ee
commit
2f14e41cfa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348325
5 changed files with 28 additions and 0 deletions
|
@ -597,6 +597,7 @@
|
|||
SUBDIR += p5-Fuse-Simple
|
||||
SUBDIR += p5-Iterator-File
|
||||
SUBDIR += p5-Lchown
|
||||
SUBDIR += p5-Linux-Cpuinfo
|
||||
SUBDIR += p5-MogileFS-Client
|
||||
SUBDIR += p5-MogileFS-Network
|
||||
SUBDIR += p5-MogileFS-Server
|
||||
|
|
18
sysutils/p5-Linux-Cpuinfo/Makefile
Normal file
18
sysutils/p5-Linux-Cpuinfo/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Linux-Cpuinfo
|
||||
PORTVERSION= 1.8
|
||||
CATEGORIES= sysutils perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= pauls@utdallas.edu
|
||||
COMMENT= Object Oriented Interface to /proc/cpuinfo
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
2
sysutils/p5-Linux-Cpuinfo/distinfo
Normal file
2
sysutils/p5-Linux-Cpuinfo/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Linux-Cpuinfo-1.8.tar.gz) = 55b50f551c62b2d4a541974db8f49b119e081110166777e03d05aac226508e83
|
||||
SIZE (Linux-Cpuinfo-1.8.tar.gz) = 9269
|
1
sysutils/p5-Linux-Cpuinfo/pkg-descr
Normal file
1
sysutils/p5-Linux-Cpuinfo/pkg-descr
Normal file
|
@ -0,0 +1 @@
|
|||
An Object Oriented Interface to /proc/cpuinfo
|
6
sysutils/p5-Linux-Cpuinfo/pkg-plist
Normal file
6
sysutils/p5-Linux-Cpuinfo/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
|||
%%PERL5_MAN3%%/Linux::Cpuinfo.3.gz
|
||||
%%SITE_PERL%%/Linux/Cpuinfo.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Linux/Cpuinfo/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Linux/Cpuinfo
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Linux
|
||||
@dirrmtry %%SITE_PERL%%/Linux
|
Loading…
Add table
Reference in a new issue