blob: 0ad6047d90b2c2404d653029e38c6f7cd0411912 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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
PERL_CONFIGURE= yes
MAN3= Sys::CPU.3
.include <bsd.port.mk>
|