Changelog: https://metacpan.org/source/LEEJO/Test-LeakTrace-0.16/Changes OK bcallah@ afresh1@
17 lines
252 B
Makefile
17 lines
252 B
Makefile
# $OpenBSD: Makefile,v 1.14 2019/01/13 14:16:40 cwen Exp $
|
|
|
|
COMMENT = module for tracing memory leaks
|
|
|
|
DISTNAME = Test-LeakTrace-0.16
|
|
|
|
CATEGORIES = devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB += c perl
|
|
|
|
MODULES = cpan
|
|
|
|
.include <bsd.port.mk>
|