153ba1cc7b
- remove USE_GROFF ok kevlo@ (maintainer)
21 lines
302 B
Makefile
21 lines
302 B
Makefile
# $OpenBSD: Makefile,v 1.9 2013/03/24 21:39:47 benoit Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= module for tracing memory leaks
|
|
|
|
DISTNAME = Test-LeakTrace-0.14
|
|
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
MODULES= cpan
|
|
|
|
.include <bsd.port.mk>
|