head	1.6;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.1;
locks; strict;
comment	@# @;


1.6
date	2012.11.17.06.02.48;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2012.06.10.18.42.31;	author swills;	state Exp;
branches;
next	1.4;

1.4
date	2011.09.17.07.06.44;	author sunpoet;	state Exp;
branches;
next	1.3;

1.3
date	2010.08.31.02.29.38;	author pgollucci;	state Exp;
branches;
next	1.2;

1.2
date	2009.11.09.13.11.44;	author leeym;	state Exp;
branches;
next	1.1;

1.1
date	2009.07.28.17.14.16;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Switch exporter over
@
text
@# New ports collection makefile for:	www/p5-CatalystX-Component-Traits
# Date created:				25 July 2009
# Whom:					Bill Brinzer <bill.brinzer@@gmail.com>
#
# $FreeBSD: head/www/p5-CatalystX-Component-Traits/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	CatalystX-Component-Traits
PORTVERSION=	0.16
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	bill.brinzer@@gmail.com
COMMENT=	Automatic Trait Loading and Resolution for Catalyst Components

RUN_DEPENDS=	p5-Catalyst-Runtime>=5.80005:${PORTSDIR}/www/p5-Catalyst-Runtime \
		p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
		p5-MooseX-Traits-Pluggable>=0.08:${PORTSDIR}/devel/p5-MooseX-Traits-Pluggable \
		p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean
BUILD_DEPENDS:=	${RUN_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=	CatalystX::Component::Traits.3

.include <bsd.port.mk>
@


1.5
log
@- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
  RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@- Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+

Suggested by:	az
With hat:	perl
@
text
@d21 1
a21 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.3
log
@- Update to 0.16

PR:             ports/150122
Submitted by:   Bill Brinzer <bill.brinzer@@gmail.com>
Changes:        http://search.cpan.org/dist/CatalystX-Component-Traits/Changes
@
text
@d23 1
a23 1
PERL_CONFIGURE=	5.8.1+
@


1.2
log
@- update to 0.14

PR:		140382
Submitted by:	leeym
Approved by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	0.14
@


1.1
log
@Adds a Catalyst::Component "COMPONENT" method to your Catalyst component base
class.  This method reads the optional traits parameter from app and component
config and instantiates the component subclass with those traits using
"new_with_traits" in MooseX::Traits from MooseX::Traits::Pluggable.

WWW: http://search.cpan.org/dist/CatalystX-Component-Traits/

PR:		ports/137142
Submitted by:	Bill Brinzer <bill.brinzer at gmail.com>
@
text
@d9 1
a9 1
PORTVERSION=	0.06
a11 1
MASTER_SITE_SUBDIR=	../../authors/id/R/RK/RKITOVER/
d17 5
a21 12
BUILD_DEPENDS=	\
	p5-Catalyst-Runtime>=5.80005:${PORTSDIR}/www/p5-Catalyst-Runtime \
	p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
	p5-Moose-Autobox>=0:${PORTSDIR}/devel/p5-Moose-Autobox \
	p5-MooseX-Traits-Pluggable>=0.06:${PORTSDIR}/devel/p5-MooseX-Traits-Pluggable \
	p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean
RUN_DEPENDS=	\
	p5-Catalyst-Runtime>=5.80005:${PORTSDIR}/www/p5-Catalyst-Runtime \
	p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
	p5-Moose-Autobox>=0:${PORTSDIR}/devel/p5-Moose-Autobox \
	p5-MooseX-Traits-Pluggable>=0.06:${PORTSDIR}/devel/p5-MooseX-Traits-Pluggable \
	p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean
@

