landry df452a9eef Import p5-Devel-StackTrace-AsHTML:
Devel::StackTrace::AsHTML adds as_html method to Devel::StackTrace which
displays the stack trace in beautiful HTML, with code snippet context
and function parameters. If you call it on an instance of
Devel::StackTrace::WithLexicals, you even get to see the lexical
variables of each stack frame.

From Abel Abraham Camarillo Ojeda on ports@
2010-12-11 09:34:05 +00:00

19 lines
430 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2010/12/11 09:34:05 landry Exp $
COMMENT = displays stack trace in HTML
MODULES = cpan
DISTNAME = Devel-StackTrace-AsHTML-0.09
CATEGORIES = devel
MAINTAINER = Abel Abraham Camarillo Ojeda <acamari@verlet.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
BUILD_DEPENDS = devel/p5-Devel-StackTrace
.include <bsd.port.mk>