22 lines
473 B
Makefile
22 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.022
|
|
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>
|