mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
15 lines
183 B
Makefile
15 lines
183 B
Makefile
COMMENT = module for tracing memory leaks
|
|
|
|
DISTNAME = Test-LeakTrace-0.17
|
|
|
|
CATEGORIES = devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB = c perl
|
|
|
|
MODULES = cpan
|
|
|
|
.include <bsd.port.mk>
|