mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
759db3f646
- Take maintainership - Changelog: <http://cpansearch.perl.org/src/WSNYDER/Unix-Processors-2.042/Changes>
22 lines
432 B
Makefile
22 lines
432 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.042
|
|
CATEGORIES= sysutils perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= jadawin@FreeBSD.org
|
|
COMMENT= Interface to processor (CPU) information
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Unix::Processors.3 Unix::Processors::Info.3
|
|
|
|
.include <bsd.port.mk>
|