pkgsrc/devel/p5-Devel-StackTrace/Makefile
wiz 417b0def18 p5-Devel-StackTrace: update to 2.03.
2.03   2017-11-18

- If all frames in the trace were skipped (via skip_frames, frame_filter,
  ignore_*, etc.), then the stringified stack trace would be an empty
  string. Now this has been changed to always return the message given to the
  constructor or the string "Trace begun". Fixes GH #15, reported by Karen
  Etheridge.
2017-11-24 13:43:13 +00:00

16 lines
488 B
Makefile

# $NetBSD: Makefile,v 1.43 2017/11/24 13:43:13 wiz Exp $
DISTNAME= Devel-StackTrace-2.03
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"