21 lines
400 B
Makefile
21 lines
400 B
Makefile
# New ports collection makefile for: Sys-Cpu
|
|
# Date created: 25 July 2008
|
|
# Whom: Terry Sposato <terry@sucked-in.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Sys-CPU
|
|
PORTVERSION= 0.40
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= terry@sucked-in.com
|
|
COMMENT= Sys::CPU - Perl extension for getting CPU information
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Sys::CPU.3
|
|
|
|
.include <bsd.port.mk>
|