20 lines
275 B
Makefile
20 lines
275 B
Makefile
# $OpenBSD: Makefile,v 1.12 2015/01/21 06:13:47 bentley Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= module for tracing memory leaks
|
|
|
|
DISTNAME = Test-LeakTrace-0.15
|
|
REVISION = 0
|
|
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
MODULES= cpan
|
|
|
|
.include <bsd.port.mk>
|