freebsd-ports/sysutils/p5-Unix-Processors/Makefile
Andrej Zverev df895bd769 - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-07 06:47:20 +00:00

22 lines
446 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
USES= perl5
USE_PERL5= configure
MAN3= Unix::Processors.3 Unix::Processors::Info.3
.include <bsd.port.mk>