diff options
Diffstat (limited to 'sysutils/p5-Sys-CPU/Makefile')
-rw-r--r-- | sysutils/p5-Sys-CPU/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/p5-Sys-CPU/Makefile b/sysutils/p5-Sys-CPU/Makefile index 54e0c052e38..ccf0f94e155 100644 --- a/sysutils/p5-Sys-CPU/Makefile +++ b/sysutils/p5-Sys-CPU/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2019/08/11 13:23:14 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2019/11/04 21:28:50 rillig Exp $ DISTNAME= Sys-CPU-0.61 PKGNAME= p5-${DISTNAME} @@ -12,7 +12,7 @@ COMMENT= Perl 5 module for getting CPU information LICENSE= ${PERL5_LICENSE} USE_LANGUAGES= c -PERL5_PACKLIST= auto/Sys/CPU/.packlist +PERL5_PACKLIST= auto/Sys/CPU/.packlist .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |