mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
24 lines
449 B
Makefile
24 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>
|