openbsd-ports/devel/p5-Test-LeakTrace/Makefile
kevlo bc3ab35a60 Initial import of p5-Test-LeakTrace-0.10
Test::LeakTrace module provides several functions that trace
memory leaks.  This module scans arenas, the memory allocation
system, so it can detect any leaked SVs in given blocks.

ok sthen@
2009-09-29 09:04:13 +00:00

22 lines
374 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2009/09/29 09:04:13 kevlo Exp $
SHARED_ONLY= Yes
COMMENT= module for tracing memory leaks
DISTNAME= Test-LeakTrace-0.10
CATEGORIES= devel
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= cpan
.include <bsd.port.mk>