8a3e78d262
- Pass maintainership PR: 196559 Differential Revision: https://reviews.freebsd.org/D1459 Submitted by: pauls@utdallas.edu Approved by: marino(mentor)
18 lines
301 B
Makefile
18 lines
301 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Linux-Cpuinfo
|
|
PORTVERSION= 1.9
|
|
CATEGORIES= sysutils perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Object Oriented Interface to /proc/cpuinfo
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|