mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
f32d96b82e
hard to find. This module tries to help you finding them by automatically checking for common causes of leaks. WWW: http://search.cpan.org/dist/CatalystX-LeakChecker
31 lines
821 B
Makefile
31 lines
821 B
Makefile
# New ports collection makefile for: p5-CatalystX-LeakChecker
|
|
# Date created: 2011-05-08
|
|
# Whom: Steve Wills <swills@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= CatalystX-LeakChecker
|
|
PORTVERSION= 0.06
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:FLORA
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Debug memory leaks in Catalyst applications
|
|
|
|
BUILD_DEPENDS= p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime \
|
|
p5-Devel-Cycle>0:${PORTSDIR}/devel/p5-Devel-Cycle \
|
|
p5-PadWalker>0:${PORTSDIR}/devel/p5-PadWalker
|
|
RUN_DEPENDS= p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime \
|
|
p5-Devel-Cycle>0:${PORTSDIR}/devel/p5-Devel-Cycle \
|
|
p5-PadWalker>0:${PORTSDIR}/devel/p5-PadWalker
|
|
|
|
USE_PERL= yes
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= CatalystX::LeakChecker.3
|
|
|
|
.include <bsd.port.mk>
|