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


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

1.3
date	2012.03.21.12.15.53;	author swills;	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.09.03.57.37;	author swills;	state Exp;
branches;
next	;


desc
@@


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

PORTNAME=	CatalystX-REPL
PORTVERSION=	0.04
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:FLORA
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Read-Eval-Print-Loop for debugging your Catalyst application

BUILD_DEPENDS=	p5-Carp-REPL>=0:${PORTSDIR}/devel/p5-Carp-REPL \
		p5-Catalyst-Runtime>0:${PORTSDIR}/www/p5-Catalyst-Runtime \
		p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean
RUN_DEPENDS=	p5-Carp-REPL>=0:${PORTSDIR}/devel/p5-Carp-REPL \
		p5-Catalyst-Runtime>0:${PORTSDIR}/www/p5-Catalyst-Runtime \
		p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean
TEST_DEPENDS=	p5-Test-Expect>=0:${PORTSDIR}/devel/p5-Test-Expect

USE_PERL5=	yes
PERL_CONFIGURE=	yes

MAN3=		CatalystX::REPL.3

.include <bsd.port.mk>
@


1.3
log
@- Add TEST_DEPENDS

Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@The variable is USE_PERL5 not USE_PERL

Submitted by:	Alex Kozlov
Reviewed by:	perl (swills)
Approved by:	portmgr (pav)
@
text
@d24 1
@


1.1
log
@A read-eval-print-loop for debugging your Catalyst application

WWW:	http://search.cpan.org/dist/CatalystX-REPL/
@
text
@d25 1
a25 1
USE_PERL=	yes
@

