aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Sys-Cpu/Makefile
blob: 2dbabbd9e065129453c41803983be4bbff1269db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: 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

.include <bsd.port.mk>