freebsd-ports/devel/p5-Sys-Cpu/Makefile
Mathieu Arnold 7ae7b018cc With the power of USES=dos2unix, get rid of most patches and files
with CRLF.

While there, run make makepatch, rename patches to use the new scheme,
and various fixes.

With hat:	portmgr
Sponsored by:	Absolight
2016-06-20 16:23:28 +00:00

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>