ports/devel/p5-Devel-StackTrace-AsHTML/Makefile

17 lines
337 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = displays stack trace in HTML
MODULES = cpan
PKG_ARCH = *
DISTNAME = Devel-StackTrace-AsHTML-0.15
CATEGORIES = devel
MAINTAINER = Abel Abraham Camarillo Ojeda <acamari@verlet.org>
REVISION = 0
# Perl
PERMIT_PACKAGE = Yes
RUN_DEPENDS = devel/p5-Devel-StackTrace
BUILD_DEPENDS = ${RUN_DEPENDS}
.include <bsd.port.mk>