pkgsrc/devel/p5-Devel-StackTrace-AsHTML/Makefile
adam dbfbe20d47 Changes 0.11:
* You should now pass the error message in 'message' parameter explicitly to
  display as an error
* Use the first frame, not the second frame to capture error message

Changes 0.10:
* Don't ignore the top frame. This should be donw using the ignore_package
  option
2011-08-12 11:49:35 +00:00

20 lines
604 B
Makefile

# $NetBSD: Makefile,v 1.4 2011/08/12 11:49:35 adam Exp $
DISTNAME= Devel-StackTrace-AsHTML-0.11
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-AsHTML/
COMMENT= Perl5 module to displays stack trace in HTML
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-Devel-StackTrace-[0-9]*:../../devel/p5-Devel-StackTrace
PERL5_PACKLIST= auto/Devel/StackTrace/AsHTML/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"