aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Sys-Cpu/Makefile
blob: 105b3b230c1e19829915e1786df0019acd95e4a4 (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:	Sys-Cpu
# Date created:	   25 July 2008
# Whom:		   Terry Sposato <terry@sucked-in.com>
#
# $FreeBSD$
#

PORTNAME=	Sys-CPU
PORTVERSION=	0.52
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	terry@sucked-in.com
COMMENT=	Sys::CPU - Perl extension for getting CPU information

USES=		perl5
USE_PERL5=	configure

MAN3=		Sys::CPU.3

.include <bsd.port.mk>