head	1.3;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_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.01.10.16.08.47;	author swills;	state Exp;
branches;
next	1.1;

1.1
date	2010.02.01.00.22.47;	author pgollucci;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-CatalystX-RoleApplicator
# Date created:		January 31, 2010
# Whom:			Philip M. Gollucci <pgollucci@@p6m7g8.com>
#
# $FreeBSD: head/www/p5-CatalystX-RoleApplicator/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	CatalystX-RoleApplicator
PORTVERSION=	0.005
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Apply roles to your Catalyst application-related classes

BUILD_DEPENDS=	p5-MooseX-RelatedClassRoles>=0.003:${PORTSDIR}/devel/p5-MooseX-RelatedClassRoles \
		p5-Catalyst-Runtime>=5.7:${PORTSDIR}/www/p5-Catalyst-Runtime
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=	CatalystX::RoleApplicator.3

.include <bsd.port.mk>
@


1.2
log
@- Add missing BUILD_DEPENDS to silence build warnings
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@Apply roles to your Catalyst application-related classes
@
text
@d17 3
a19 2
RUN_DEPENDS=	p5-MooseX-RelatedClassRoles>=0.003:${PORTSDIR}/devel/p5-MooseX-RelatedClassRoles \
	p5-Catalyst-Runtime>=5.7:${PORTSDIR}/www/p5-Catalyst-Runtime \
@

