1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/www/p5-CatalystX-LeakChecker/Makefile
Steve Wills f32d96b82e It's easy to create memory leaks in Catalyst applications and often they're
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
2011-05-08 22:22:26 +00:00

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>