pkgsrc/devel/p5-Devel-StackTrace/Makefile
he 37c52516e5 Update from version 1.1902nb1 to 1.2000 (upstream 1.20).
(I hope the maintainer won't mind.)

Pkgsrc changes:
 o Add the "00" suffix to ensure we don't decrease the version number

Upstream changes:

1.20  Oct 25, 2008

- The change in 1.15 to object creation broke the no_refs feature,
  causing references to be stored until the trace's frame objects were
  created.

* Exception::Class objects are always stringified by calling
  overload::StrVal().
2008-11-05 23:18:48 +00:00

21 lines
585 B
Makefile

# $NetBSD: Makefile,v 1.22 2008/11/05 23:18:48 he Exp $
#
DISTNAME= Devel-StackTrace-1.20
PKGNAME= p5-${DISTNAME}00
SVR4_PKGNAME= p5dst
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
MAINTAINER= rhaen@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Devel-StackTrace/
COMMENT= Perl5 module for stack trace and stack trace frame objects
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-Test-Simple>=0.46:../../devel/p5-Test-Simple
PERL5_PACKLIST= auto/Devel/StackTrace/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"