mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
2f14e41cfa
PR: ports/187099 Submitted by: pauls@utdallas.edu
19 lines
303 B
Makefile
19 lines
303 B
Makefile
# $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>
|