head	1.7;
access;
symbols
	RELEASE_8_3_0:1.5
	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.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1;
locks; strict;
comment	@# @;


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

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

1.5
date	2012.01.21.17.37.30;	author eadler;	state Exp;
branches;
next	1.4;

1.4
date	2011.06.20.09.22.07;	author az;	state Exp;
branches;
next	1.3;

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

1.2
date	2007.03.05.07.16.03;	author linimon;	state Exp;
branches;
next	1.1;

1.1
date	2005.03.16.21.18.53;	author flz;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Switch exporter over
@
text
@# New ports collection makefile for:    CGI::Builder::TT2
# Date created:                         20 Oct 2004
# Whom:                                 Daniel Wijnands <daniel@@itxl.nl>
#
# $FreeBSD: head/www/p5-CGI-Builder-TT2/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	CGI-Builder-TT2
PORTVERSION=	0.03
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:LARSEN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	CGI::Builder and Template Toolkit 2 integration

BUILD_DEPENDS=	p5-CGI-Builder>=0:${PORTSDIR}/www/p5-CGI-Builder \
		p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		CGI::Builder::TT2.3

.include <bsd.port.mk>
@


1.6
log
@- Remove SITE_PERL from *_DEPENDS
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
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
@d18 2
a19 2
BUILD_DEPENDS=	${SITE_PERL}/CGI/Builder.pm:${PORTSDIR}/www/p5-CGI-Builder \
		${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit
@


1.4
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.
- Remove MD5 checksum
@
text
@d20 1
a20 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


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
@d12 1
a12 1
MASTER_SITE_SUBDIR=	../../authors/id/L/LA/LARSEN
d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
@


1.2
log
@Reset daniel@@itxl.nl by his request; he is too busy to keep up with these
ports right now.  We hope to see him back in the future.

Hat:		portmgr
@
text
@d11 1
a11 1
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
@


1.1
log
@- Add www/p5-CGI-Builder-TT2 0.03, CGI::Builder and Template Toolkit 2
integration.

PR:		ports/73270
Submitted by:	Daniel Wijnands <daniel@@itxl.nl>
@
text
@d15 1
a15 1
MAINTAINER=	daniel@@itxl.nl
@

