7eeb51b534
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
26 lines
881 B
Makefile
26 lines
881 B
Makefile
# $NetBSD: Makefile,v 1.3 2014/05/29 23:37:31 wiz Exp $
|
|
|
|
DISTNAME= Unix-Statgrab-0.103
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RE/REHSACK/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Unix-Statgrab
|
|
COMMENT= Perl extension for collecting information about the machine
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
BUILD_DEPENDS+= p5-Config-AutoConf>=0.19:../../devel/p5-Config-AutoConf
|
|
BUILD_DEPENDS+= p5-Module-Build>=0.4000:../../devel/p5-Module-Build
|
|
|
|
USE_LANGUAGES= c
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
PERL5_PACKLIST= auto/Unix/Statgrab/.packlist
|
|
PERL5_REQD+= 5.2 # File::Copy >= 0
|
|
PERL5_REQD+= 5.10.1 # parent >= 0
|
|
PERL5_REQD+= 5.11.2 # ExtUtils::CBuilder >= 0.27
|
|
|
|
.include "../../devel/libstatgrab/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|