head	1.9;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4;
locks; strict;
comment	@# @;


1.9
date	2012.11.17.06.02.48;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2012.05.07.15.42.50;	author skv;	state Exp;
branches;
next	1.7;

1.7
date	2012.04.24.01.07.53;	author swills;	state Exp;
branches;
next	1.6;

1.6
date	2012.01.21.17.37.39;	author eadler;	state Exp;
branches;
next	1.5;

1.5
date	2011.09.08.13.20.13;	author az;	state Exp;
branches;
next	1.4;

1.4
date	2008.05.19.13.12.06;	author araujo;	state Exp;
branches;
next	1.3;

1.3
date	2008.04.17.14.29.52;	author araujo;	state Exp;
branches;
next	1.2;

1.2
date	2008.01.22.13.33.05;	author skv;	state Exp;
branches;
next	1.1;

1.1
date	2008.01.18.14.35.56;	author skv;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Switch exporter over
@
text
@# New ports collection makefile for:	Catalyst-View-Templated
# Date created:	   18 Jan 2008
# Whom:		   Sergey Skvortsov <skv@@protey.ru>
#
# $FreeBSD: head/www/p5-Catalyst-View-Templated/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Catalyst-View-Templated
PORTVERSION=	0.02
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:JROCKWAY
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Generic base class for template-based views

BUILD_DEPENDS=	p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \
		p5-Catalyst-Component-ACCEPT_CONTEXT>=0:${PORTSDIR}/www/p5-Catalyst-Component-ACCEPT_CONTEXT \
		p5-Class-C3>=0:${PORTSDIR}/devel/p5-Class-C3
RUN_DEPENDS:=	${BUILD_DEPENDS}
TEST_DEPENDS=	p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject \
		p5-Test-WWW-Mechanize-Catalyst>=0:${PORTSDIR}/devel/p5-Test-WWW-Mechanize-Catalyst \
		p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok \

PERL_CONFIGURE=	yes

MAN3=		Catalyst::View::Templated.3

.include <bsd.port.mk>
@


1.8
log
@Pass maintainership of almost of my "p5-*" ports to "perl@@".

(I hope updating of them will be improved).
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
log
@- Add TEST_DEPENDS
- Avoid use of SITE_PERL in DEPENDS

PR:		ports/166612
Approved by:	maintainer timeout (skv, >2 weeks)
@
text
@d15 1
a15 1
MAINTAINER=	skv@@FreeBSD.org
@


1.6
log
@At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
@
text
@d19 2
a20 2
		${SITE_PERL}/Catalyst/Component/ACCEPT_CONTEXT.pm:${PORTSDIR}/www/p5-Catalyst-Component-ACCEPT_CONTEXT \
		${SITE_PERL}/Class/C3.pm:${PORTSDIR}/devel/p5-Class-C3
d22 3
@


1.5
log
@- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
  See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@@ to perl@@ for ports in this changeset.

With perl@@ hat
@
text
@d21 1
a21 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.4
log
@- Include some ports in perl5 category.

PR:		ports/123530
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	flz (portmgr)
@
text
@d12 1
a12 1
MASTER_SITE_SUBDIR=	../by-authors/id/J/JR/JROCKWAY
@


1.3
log
@- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.

PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
@
text
@d10 1
a10 1
CATEGORIES=	www
@


1.2
log
@Fix BUILD_DEPENDS

Pointed by:	pav
@
text
@d11 1
a11 1
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
@


1.1
log
@Add p5-Catalyst-View-Templated 0.02, generic base class for template-based views
@
text
@d19 1
a19 1
		${SITE_PERL}/${PERL_ARCH}/Catalyst/Component/ACCEPT_CONTEXT.pm:${PORTSDIR}/www/p5-Catalyst-Component-ACCEPT_CONTEXT \
@

