freebsd-ports/devel/p5-Sys-Cpu/Makefile
Pietro Cerutti 90085a9003 - New port: p5-Sys-Cpu
Obtain CPU information from a perl script

PR:		125947
Submitted by:	terry@sucked-in.com
2008-07-25 08:12:22 +00:00

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>