85930b2be6
Changes in Sys::SigAction 0.23 10 September 2016 Responding to Bug: https://rt.cpan.org/Public/Bug/Display.html?id=105091 Renamed t/nested.t to t/inline_nested.t (don't execute this on arm platforms arm perl port appear to be at fault. See t/inline_nested.t create new tests: t/alternatives.t t/recursive_nested.t Allow arm platforms, but skip t/inline_nested.t with a warning on arm platforms. Desupport perl 5.5 (that was soooo long ago > 12 years)... This allows me to turn on use warnings everywhere: Prompted by the Kwalitee folks who noticed it was not used. Set MIN_PERL_VERSION => 5.6.0 in Makefile.PL. Referenced the new github repository in the generated META.* files.
16 lines
470 B
Makefile
16 lines
470 B
Makefile
# $NetBSD: Makefile,v 1.15 2017/09/18 11:55:26 wiz Exp $
|
|
|
|
DISTNAME= Sys-SigAction-0.23
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= sysutils perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Sys/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Sys-SigAction
|
|
COMMENT= Perl extension for Consistent Signal Handling
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/Sys/SigAction/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|