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


1.7
date	2012.12.17.10.27.26;	author svnexp;	state Exp;
branches;
next	1.6;

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

1.5
date	2012.07.05.17.45.16;	author sunpoet;	state Exp;
branches;
next	1.4;

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

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

1.2
date	2012.01.10.15.53.30;	author swills;	state Exp;
branches;
next	1.1;

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


desc
@@


1.7
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309079
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309079 | az | 2012-12-17 10:22:02 +0000 (Mon, 17 Dec 2012) | 3 lines
## SVN ##
## SVN ## Cleanup supporting perl version 5.8 and 5.10,
## SVN ## lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# New ports collection makefile for:	p5-CatalystX-InjectComponent
# Date created:		2011-05-08
# Whom:			Steve Wills <swills@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-CatalystX-InjectComponent/Makefile 309079 2012-12-17 10:22:02Z az $
#

PORTNAME=	CatalystX-InjectComponent
PORTVERSION=	0.025
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Inject components into your Catalyst application

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

BUILD_DEPENDS=	p5-Catalyst-Runtime>=5.80000:${PORTSDIR}/www/p5-Catalyst-Runtime \
		p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector
RUN_DEPENDS:=	${BUILD_DEPENDS}
TEST_DEPENDS=	p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most

PERL_CONFIGURE=	yes

MAN3=		CatalystX::InjectComponent.3

.include <bsd.port.mk>
@


1.6
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/www/p5-CatalystX-InjectComponent/Makefile 300897 2012-07-14 14:29:18Z beat $
d29 1
a29 8
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 501001
BUILD_DEPENDS+=	p5-parent>=0:${PORTSDIR}/devel/p5-parent
RUN_DEPENDS+=	p5-parent>=0:${PORTSDIR}/devel/p5-parent
.endif

.include <bsd.port.post.mk>
@


1.5
log
@- Update to 0.025
- Add LICENSE

Changes:	http://search.cpan.org/dist/CatalystX-InjectComponent/Changes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@- Fix *_DEPENDS:
  - p5-Module-Pluggable is already in all supported Perl releases
  - p5-parent is in core since Perl 5.10.1
- Bump PORTREVISION for dependency change
@
text
@d9 1
a9 2
PORTVERSION=	0.024
PORTREVISION=	1
d17 4
a20 3
BUILD_DEPENDS=	p5-Catalyst-Runtime>=5.8:${PORTSDIR}/www/p5-Catalyst-Runtime \
		p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector
RUN_DEPENDS=	p5-Catalyst-Runtime>=5.8:${PORTSDIR}/www/p5-Catalyst-Runtime \
d22 1
@


1.3
log
@The variable is USE_PERL5 not USE_PERL

Submitted by:	Alex Kozlov
Reviewed by:	perl (swills)
Approved by:	portmgr (pav)
@
text
@d10 1
a12 1
MASTER_SITE_SUBDIR=	CPAN:RKRIMEN
d19 1
a19 3
		p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector \
		p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable \
		p5-parent>=0:${PORTSDIR}/devel/p5-parent
d21 1
a21 3
		p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector \
		p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable \
		p5-parent>=0:${PORTSDIR}/devel/p5-parent
a23 1
USE_PERL5=	yes
d28 8
a35 1
.include <bsd.port.mk>
@


1.2
log
@- Add TEST_DEPENDS to enable testing
@
text
@d28 1
a28 1
USE_PERL=	yes
@


1.1
log
@CatalystX::InjectComponent will inject Controller, Model, and View components
into your Catalyst application at setup (run)time. It does this by creating a
new package on-the-fly, having that package extend the given component, and
then having Catalyst setup the new component (via ->setup_component)

WWW:	http://search.cpan.org/dist/CatalystX-InjectComponent/
@
text
@d26 1
@

