pkgsrc/sysutils/p5-Sys-CPU/Makefile
rillig 9cc0c5e45d sysutils: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

Manually excluded consolekit and dc-tools since pkglint didn't get the
formatting correct.
2019-11-04 21:28:40 +00:00

18 lines
515 B
Makefile

# $NetBSD: Makefile,v 1.8 2019/11/04 21:28:50 rillig Exp $
DISTNAME= Sys-CPU-0.61
PKGNAME= p5-${DISTNAME}
PKGREVISION= 5
CATEGORIES= sysutils perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MZ/MZSANFORD/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/mzsanford/perl-sys-cpu
COMMENT= Perl 5 module for getting CPU information
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= c
PERL5_PACKLIST= auto/Sys/CPU/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"