7ae7b018cc
with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight
17 lines
341 B
Makefile
17 lines
341 B
Makefile
# Created by: Terry Sposato <terry@sucked-in.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Sys-CPU
|
|
PORTVERSION= 0.52
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= terry@sucked-in.com
|
|
COMMENT= Sys::CPU - Perl extension for getting CPU information
|
|
|
|
USES= dos2unix perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|