freebsd-ports/devel/p5-Test-LeakTrace/Makefile
2011-10-07 16:15:16 +00:00

23 lines
449 B
Makefile

# 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
PORTVERSION= 0.14
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Traces memory leaks
PERL_CONFIGURE= yes
MAN3= Test::LeakTrace.3 \
Test::LeakTrace::JA.3 \
Test::LeakTrace::Script.3
.include <bsd.port.mk>