mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
7537d9a80f
interface to processor (CPU) information.
23 lines
473 B
Makefile
23 lines
473 B
Makefile
# New ports collection makefile for: Unix-Processors
|
|
# Date created: 13 Dec 2001
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Unix-Processors
|
|
PORTVERSION= 2.014
|
|
CATEGORIES= sysutils perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Unix
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= skv@FreeBSD.org
|
|
COMMENT= Interface to processor (CPU) information
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Unix::Processors.3 Unix::Processors::Info.3
|
|
|
|
.include <bsd.port.mk>
|