head	1.9;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.6
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.1;
locks; strict;
comment	@# @;


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

1.8
date	2012.06.05.07.27.26;	author az;	state Exp;
branches;
next	1.7;

1.7
date	2012.01.21.17.37.30;	author eadler;	state Exp;
branches;
next	1.6;

1.6
date	2008.04.17.14.29.41;	author araujo;	state Exp;
branches;
next	1.5;

1.5
date	2007.04.06.06.48.43;	author gabor;	state Exp;
branches;
next	1.4;

1.4
date	2007.03.05.07.16.03;	author linimon;	state Exp;
branches;
next	1.3;

1.3
date	2006.06.15.01.18.49;	author aaron;	state Exp;
branches;
next	1.2;

1.2
date	2005.02.15.17.34.58;	author mat;	state Exp;
branches;
next	1.1;

1.1
date	2004.10.26.15.19.55;	author mat;	state Exp;
branches;
next	;


desc
@@


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

PORTNAME=	CGI-Builder
PORTVERSION=	1.36
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Perl module intended to make it easier to create reusable web apps

BUILD_DEPENDS=	p5-IO-Util>=0:${PORTSDIR}/devel/p5-IO-Util \
		p5-OOTools>=0:${PORTSDIR}/devel/p5-OOTools
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=	Bundle::CGI::Builder::Complete.3 \
	CGI::Builder.3 \
	CGI::Builder::Conf.3 \
	CGI::Builder::Const.3 \
	CGI::Builder::Test.3

.include <bsd.port.mk>
@


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


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
@d17 2
a18 2
BUILD_DEPENDS=	${SITE_PERL}/IO/Util.pm:${PORTSDIR}/devel/p5-IO-Util \
		${SITE_PERL}/Class/constr.pm:${PORTSDIR}/devel/p5-OOTools
@


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


1.5
log
@- Remove old Perl support from unmaintained ports in categories starting
  with letter o-z
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	CGI
@


1.4
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
@d30 1
a30 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500601
IGNORE=	requires perl 5.6.1 or later. Install lang/perl5.8 then try again
.endif

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


1.3
log
@- Update from v1.26+ to v1.36
- Update plist

PR:		ports/98335
Submitted by:	aaron
Approved by:	maintainer timeout, tobez (implicit)
@
text
@d15 1
a15 1
MAINTAINER=	daniel@@itxl.nl
@


1.2
log
@Update to 1.26

PR:		77002
Submitted by:	Daniel Wijnands <daniel@@itxl.nl>
@
text
@d9 1
a9 1
PORTVERSION=	1.26
a13 1
DISTNAME=	${PORTNAME}-${PORTVERSION}+
d20 1
a22 1
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
d24 5
a28 4
MAN3=		CGI::Builder.3  \
		CGI::Builder::Const.3 \
		CGI::Builder::Test.3 \
		Bundle::CGI::Builder::Complete.3
d33 1
a33 1
IGNORE=		This port requires perl 5.6.1 or later. Install lang/perl5.8 then try again
@


1.1
log
@Add p5-CGI-Builder 1.25, Perl module intended to make it easier to
create reusable web apps.

PR:		ports/72937
Submitted by:	Daniel Wijnands <daniel@@itxl.nl>
@
text
@d9 1
a9 1
PORTVERSION=	1.25
d14 1
d23 1
@

