head	1.3;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.06.02.48;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2012.02.07.13.28.58;	author eadler;	state Exp;
branches;
next	1.1;

1.1
date	2011.05.08.23.53.52;	author swills;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-CatalystX-Profile
# Date created:		2011-05-08
# Whom:			Steve Wills <swills@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-CatalystX-Profile/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	CatalystX-Profile
PORTVERSION=	0.01
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:CYCLES
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Profile your Catalyst application with Devel::NYTProf

BUILD_DEPENDS=	p5-Catalyst-Runtime>=5.80020:${PORTSDIR}/www/p5-Catalyst-Runtime \
		p5-CatalystX-InjectComponent>=0.024:${PORTSDIR}/www/p5-CatalystX-InjectComponent \
		devel/p5-Devel-NYTProf>=3.01:${PORTSDIR}/devel/p5-Devel-NYTProf \
		p5-Moose>=0.93:${PORTSDIR}/devel/p5-Moose \
		p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean
RUN_DEPENDS=	p5-Catalyst-Runtime>=5.80020:${PORTSDIR}/www/p5-Catalyst-Runtime \
		p5-CatalystX-InjectComponent>=0.024:${PORTSDIR}/www/p5-CatalystX-InjectComponent \
		devel/p5-Devel-NYTProf>=3.01:${PORTSDIR}/devel/p5-Devel-NYTProf \
		p5-Moose>=0.93:${PORTSDIR}/devel/p5-Moose \
		p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean

USE_PERL5=	yes
PERL_CONFIGURE=	yes

MAN3=		CatalystX::Profile.3 CatalystX::Profile::Controller::ControlProfiling.3

.include <bsd.port.mk>
@


1.2
log
@The variable is USE_PERL5 not USE_PERL

Submitted by:	Alex Kozlov
Reviewed by:	perl (swills)
Approved by:	portmgr (pav)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@Adds support for profiling your Catalyst application, without profiling setup.

WWW:	http://search.cpan.org/dist/CatalystX-Profile/
@
text
@d29 1
a29 1
USE_PERL=	yes
@

