pkgsrc/devel/p5-Devel-StackTrace/Makefile
wen 9b66151b9c Update to 2.04
Upstream changes:
2.04   2019-05-24

- Add a partial workaround for "Bizarre copy" errors (GH #11) that come when
  attempting to look at arguments in the call stack. This is only a partial
  fix as there are cases that can lead to a SEGV. Ultimately this needs to be
  fixed in the Perl core. See
  https://rt.perl.org/Public/Bug/Display.html?id=131046 for relevant
  discussion. Fixed by pali. GH #21.
2019-06-08 03:21:22 +00:00

16 lines
488 B
Makefile

# $NetBSD: Makefile,v 1.45 2019/06/08 03:21:22 wen Exp $
DISTNAME= Devel-StackTrace-2.04
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Devel-StackTrace/
COMMENT= Perl5 module for stack trace and stack trace frame objects
LICENSE= artistic-2.0
PERL5_PACKLIST= auto/Devel/StackTrace/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"