head	1.10;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1;
locks; strict;
comment	@# @;


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

1.9
date	2012.05.20.02.02.24;	author swills;	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.01.21.17.37.38;	author eadler;	state Exp;
branches;
next	1.6;

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

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

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

1.3
date	2008.01.18.16.43.30;	author cperciva;	state Exp;
branches;
next	1.2;

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

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


desc
@@


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

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

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	ClearSilver view class for Catalyst

BUILD_DEPENDS=	p5-ClearSilver>=0:${PORTSDIR}/www/p5-ClearSilver \
		p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \
		p5-Data-Structure-Util>=0:${PORTSDIR}/devel/p5-Data-Structure-Util \
		p5-Class-C3>=0:${PORTSDIR}/devel/p5-Class-C3 \
		p5-Catalyst-View-Templated>=0:${PORTSDIR}/www/p5-Catalyst-View-Templated
RUN_DEPENDS:=	${BUILD_DEPENDS}
TEST_DEPENDS=	p5-Catalyst-View-Template-Declare>=0:${PORTSDIR}/www/p5-Catalyst-View-Template-Declare

PERL_CONFIGURE=	yes

MAN3=		Catalyst::Helper::View::ClearSilver.3 \
		Catalyst::View::ClearSilver.3

.include <bsd.port.mk>
@


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

PR:		ports/167545
Approved by:	maintainer timeout (skv, >2 weeks)
@
text
@d5 1
a5 1
# $FreeBSD$
@


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

(I hope updating of them will be improved).
@
text
@d18 1
a18 1
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/ClearSilver.pm:${PORTSDIR}/www/p5-ClearSilver \
d20 3
a22 3
		${SITE_PERL}/${PERL_ARCH}/Data/Structure/Util.pm:${PORTSDIR}/devel/p5-Data-Structure-Util \
		${SITE_PERL}/Class/C3.pm:${PORTSDIR}/devel/p5-Class-C3 \
		${SITE_PERL}/Catalyst/View/Templated.pm:${PORTSDIR}/www/p5-Catalyst-View-Templated
d24 1
@


1.7
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
@d15 1
a15 1
MAINTAINER=	skv@@FreeBSD.org
@


1.6
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
@d23 1
a23 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.5
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.4
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.3
log
@Fix INDEX: p5-Catalyst-View-Templated is in www, not devel.

Reported by:	portsnap buildbox
@
text
@d11 1
a11 1
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
@


1.2
log
@Update to 0.02
@
text
@d22 1
a22 1
		${SITE_PERL}/Catalyst/View/Templated.pm:${PORTSDIR}/devel/p5-Catalyst-View-Templated
@


1.1
log
@Add p5-Catalyst-View-ClearSilver 0.01, clearSilver view class for
Catalyst.
@
text
@d9 1
a9 1
PORTVERSION=	0.01
d12 1
a12 1
MASTER_SITE_SUBDIR=	Catalyst
d20 3
a22 1
		p5-Catalyst-Devel>=1.00:${PORTSDIR}/www/p5-Catalyst-Devel
@

