blob: 631706a87e16e6e9a5c5a4af08fefe3a448b2ef9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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>
|