2011-08-10 14:13:56 +02:00
|
|
|
# New ports collection makefile for: p5-Test-LeakTrace
|
|
|
|
# Date created: 2011-08-01
|
|
|
|
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Test-LeakTrace
|
2011-10-07 18:15:16 +02:00
|
|
|
PORTVERSION= 0.14
|
2011-08-10 14:13:56 +02:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
COMMENT= Traces memory leaks
|
|
|
|
|
2011-09-17 09:06:45 +02:00
|
|
|
PERL_CONFIGURE= yes
|
2011-08-10 14:13:56 +02:00
|
|
|
|
|
|
|
MAN3= Test::LeakTrace.3 \
|
|
|
|
Test::LeakTrace::JA.3 \
|
|
|
|
Test::LeakTrace::Script.3
|
|
|
|
|
2011-10-07 18:15:16 +02:00
|
|
|
.include <bsd.port.mk>
|