bluhm ea03c0b089 import p5-Devel-MAT 0.49
OK sthen@

Comment:
perl memory analysis tool

Description:
A Devel::MAT instance loads a heapdump file, and provides a container
to store analysis tools to work on it. Tools may be provided that
conform to the Devel::MAT::Tool API, which can help analyse the data
and interact with the explorer user interface by using the methods in
Devel::MAT::UI.
2022-11-16 21:23:57 +00:00

34 lines
686 B
Makefile

COMMENT = perl memory analysis tool
DISTNAME = Devel-MAT-0.49
CATEGORIES = devel
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# Perl
PERMIT_PACKAGE = Yes
WANTLIB = c perl
MODULES = cpan
RUN_DEPENDS = devel/p5-Commandable>=0.04 \
devel/p5-Devel-MAT-Dumper>=0.35 \
devel/p5-Feature-Compat-Try \
devel/p5-File-ShareDir>=1.0 \
devel/p5-Heap \
devel/p5-Module-Pluggable \
devel/p5-String-Tagged-Terminal>=0.03 \
devel/p5-String-Tagged>=0.15 \
devel/p5-Struct-Dumb>=0.07 \
devel/p5-Syntax-Keyword-Match \
textproc/p5-List-UtilsBy
TEST_DEPENDS = devel/p5-Test-Identity
CONFIGURE_STYLE = modbuild
MAKE_ENV = TEST_POD=Yes
.include <bsd.port.mk>