head	1.25;
access;
symbols
	RELEASE_8_3_0:1.24
	RELEASE_9_0_0:1.23
	RELEASE_7_4_0:1.22
	RELEASE_8_2_0:1.22
	RELEASE_6_EOL:1.22
	RELEASE_8_1_0:1.22
	RELEASE_7_3_0:1.22
	RELEASE_8_0_0:1.22
	RELEASE_7_2_0:1.20
	RELEASE_7_1_0:1.19
	RELEASE_6_4_0:1.19
	RELEASE_5_EOL:1.17
	RELEASE_7_0_0:1.16
	RELEASE_6_3_0:1.16
	PRE_XORG_7:1.16
	RELEASE_4_EOL:1.16
	RELEASE_6_2_0:1.16
	RELEASE_6_1_0:1.14
	RELEASE_5_5_0:1.14
	RELEASE_6_0_0:1.13
	RELEASE_5_4_0:1.13
	RELEASE_4_11_0:1.13
	RELEASE_5_3_0:1.13
	RELEASE_4_10_0:1.13
	RELEASE_5_2_1:1.13
	RELEASE_5_2_0:1.13
	RELEASE_4_9_0:1.10
	RELEASE_5_1_0:1.10
	RELEASE_4_8_0:1.10
	RELEASE_5_0_0:1.9
	RELEASE_4_7_0:1.9
	RELEASE_4_6_2:1.9
	RELEASE_4_6_1:1.9
	RELEASE_4_6_0:1.9
	RELEASE_5_0_DP1:1.8
	RELEASE_4_5_0:1.8
	RELEASE_4_4_0:1.8
	RELEASE_4_3_0:1.3;
locks; strict;
comment	@# @;


1.25
date	2012.11.17.06.02.45;	author svnexp;	state Exp;
branches;
next	1.24;

1.24
date	2012.01.09.03.32.10;	author swills;	state Exp;
branches;
next	1.23;

1.23
date	2011.07.11.06.11.36;	author bapt;	state Exp;
branches;
next	1.22;

1.22
date	2009.07.31.07.58.35;	author tobez;	state Exp;
branches;
next	1.21;

1.21
date	2009.07.22.16.27.04;	author pgollucci;	state Exp;
branches;
next	1.20;

1.20
date	2009.01.05.15.50.23;	author leeym;	state Exp;
branches;
next	1.19;

1.19
date	2008.09.03.08.26.23;	author leeym;	state Exp;
branches;
next	1.18;

1.18
date	2008.06.19.17.07.17;	author mat;	state Exp;
branches;
next	1.17;

1.17
date	2008.03.07.23.23.09;	author leeym;	state Exp;
branches;
next	1.16;

1.16
date	2006.04.19.11.02.45;	author erwin;	state Exp;
branches;
next	1.15;

1.15
date	2006.04.14.20.45.43;	author linimon;	state Exp;
branches;
next	1.14;

1.14
date	2006.02.07.09.12.48;	author tobez;	state Exp;
branches;
next	1.13;

1.13
date	2003.10.26.15.48.34;	author petef;	state Exp;
branches;
next	1.12;

1.12
date	2003.10.24.14.15.29;	author erwin;	state Exp;
branches;
next	1.11;

1.11
date	2003.10.24.12.04.41;	author ijliao;	state Exp;
branches;
next	1.10;

1.10
date	2003.03.07.06.12.49;	author ade;	state Exp;
branches;
next	1.9;

1.9
date	2002.05.16.23.53.48;	author petef;	state Exp;
branches;
next	1.8;

1.8
date	2001.08.22.23.07.13;	author petef;	state Exp;
branches;
next	1.7;

1.7
date	2001.08.13.12.43.01;	author kevlo;	state Exp;
branches;
next	1.6;

1.6
date	2001.07.17.23.34.29;	author steve;	state Exp;
branches;
next	1.5;

1.5
date	2001.07.07.04.28.32;	author dwcjr;	state Exp;
branches;
next	1.4;

1.4
date	2001.06.07.20.22.39;	author dwcjr;	state Exp;
branches;
next	1.3;

1.3
date	2001.03.01.12.03.44;	author vanilla;	state Exp;
branches;
next	1.2;

1.2
date	2001.03.01.06.37.04;	author vanilla;	state Exp;
branches;
next	1.1;

1.1
date	2001.01.03.23.24.01;	author will;	state Exp;
branches;
next	;


desc
@@


1.25
log
@Switch exporter over
@
text
@# New ports collection makefile for:	CGI-Application
# Date created:				Mon Jan  1 10:52:22 2001
# Whom:					will
#
# $FreeBSD: head/www/p5-CGI-Application/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	CGI-Application
PORTVERSION=	4.50
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

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

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

BUILD_DEPENDS=	p5-HTML-Template>=0:${PORTSDIR}/www/p5-HTML-Template
RUN_DEPENDS:=	${BUILD_DEPENDS}
TEST_DEPENDS=	p5-Test-Simple>0:${PORTSDIR}/devel/p5-Test-Simple \
		p5-Class-ISA>=0:${PORTSDIR}/devel/p5-Class-ISA

PERL_CONFIGURE=	yes

MAN3=		CGI::Application.3 CGI::Application::Mailform.3

.include <bsd.port.mk>
@


1.24
log
@- Add missing BUILD_DEPENDS to silence build warnings
- Add TEST_DEPENDS to enable testing
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.23
log
@- update to 4.50
- changes: http://cpansearch.perl.org/src/MARKSTOS/CGI-Application-4.50/Changes
@
text
@d20 4
a23 1
RUN_DEPENDS=	p5-HTML-Template>=0:${PORTSDIR}/www/p5-HTML-Template
@


1.22
log
@Update to 4.31.

Changes:	http://search.cpan.org/dist/CGI-Application/Changes
@
text
@d9 1
a9 1
PORTVERSION=	4.31
d17 3
@


1.21
log
@- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks

PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
@
text
@d9 1
a9 1
PORTVERSION=	4.21
@


1.20
log
@- update to 4.21
@
text
@d23 1
a23 8
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+=	p5-Class-ISA>=0:${PORTSDIR}/devel/p5-Class-ISA \
		p5-Net>=0:${PORTSDIR}/net/p5-Net
.endif

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


1.19
log
@- update to 4.11
@
text
@d9 1
a9 1
PORTVERSION=	4.11
@


1.18
log
@Update to 4.10
@
text
@d9 1
a9 1
PORTVERSION=	4.10
@


1.17
log
@- use CPAN macro
- fix dependency
- assign to perl@@
- bump PORTREVISION
@
text
@d9 1
a9 2
PORTVERSION=	4.06
PORTREVISION=	1
@


1.16
log
@Update to 4.06
@
text
@d10 1
d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	CGI
d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
d18 1
a18 5
BUILD_DEPENDS=	${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \
		p5-Class-ISA>0:${PORTSDIR}/devel/p5-Class-ISA \
		${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \
		${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS=	${BUILD_DEPENDS}
d24 8
a31 1
.include <bsd.port.mk>
@


1.15
log
@Reset petef due to no response to email.  We hope to see him back sometime.

Hat:	portmgr
@
text
@d9 1
a9 1
PORTVERSION=	4.04
@


1.14
log
@Update to 4.04.

PR:		92067
Approved by:	maintainer timeout (2 weeks)
@
text
@d15 1
a15 1
MAINTAINER=	petef@@FreeBSD.org
@


1.13
log
@Update to 3.1.

PR:		56540
Submitted by:	MiG <mig@@mig-29.net>
@
text
@d9 1
a9 1
PORTVERSION=	3.1
d19 2
a20 1
		${SITE_PERL}/CGI/Base.pm:${PORTSDIR}/www/p5-CGI-modules \
@


1.12
log
@Remove the recursive assignment of SITE_PERL to ${SITE_PERL} introduced
in the last commit.
@
text
@d9 1
a9 1
PORTVERSION=	2.3
@


1.11
log
@utilize SITE_PERL

PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@a22 1
SITE_PERL=	${SITE_PERL}
@


1.10
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d23 1
a23 1
SITE_PERL=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
a25 1
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
@


1.9
log
@Update to 2.3.
@
text
@d16 1
@


1.8
log
@Change my email address to petef@@FreeBSD.org for the ports I maintain.

Reviewed by:	ade
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/p5-CGI-Application/Makefile,v 1.7 2001/08/13 12:43:01 kevlo Exp $
d9 1
a9 1
PORTVERSION=	2.1
d18 2
a19 1
		${SITE_PERL}/CGI/Base.pm:${PORTSDIR}/www/p5-CGI-modules
d26 1
a26 1
MAN3=		CGI::Application.3
@


1.7
log
@Update to version 2.1

PR: 29659
Submitted by: MAINTAINER
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/p5-CGI-Application/Makefile,v 1.6 2001/07/17 23:34:29 steve Exp $
d15 1
a15 1
MAINTAINER=	petef@@databits.net
@


1.6
log
@Fixup *_DEPENDS after repo-copy of p5-CGI to p5-CGI-modules.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/p5-CGI-Application/Makefile,v 1.5 2001/07/07 04:28:32 dwcjr Exp $
d9 1
a9 1
PORTVERSION=	2.0
@


1.5
log
@Update to version 2.0
Delete directories quieter

PR:		28611
Submitted by:	maintainer
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/p5-CGI-Application/Makefile,v 1.4 2001/06/07 20:22:39 dwcjr Exp $
d18 1
a18 1
		${SITE_PERL}/CGI/Base.pm:${PORTSDIR}/www/p5-CGI
@


1.4
log
@Give Mr. Fritchman Maintainership
Update version

PR:		27944
Submitted by:	new maintainer
Reviewed by:	will
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/p5-CGI-Application/Makefile,v 1.3 2001/03/01 12:03:44 vanilla Exp $
d9 1
a9 1
PORTVERSION=	1.31
@


1.3
log
@Upgrade
	p5-BSD-Resource		=> 1.09
	p5-CGI-Application	=> 1.2
	p5-CGI_Lite		=> 2.0
	p5-Convert-ASN1		=> 0.08
	p5-IO-Tty		=> 0.04
	p5-IO-stringy		=> 1.219
	p5-Class-MethodMaker	=> 1.02
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/p5-CGI-Application/Makefile,v 1.2 2001/03/01 06:37:04 vanilla Exp $
d9 1
a9 1
PORTVERSION=	1.2
d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
@


1.2
log
@Remove do-configure section, use PERL_CONFIGURE now.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/p5-CGI-Application/Makefile,v 1.1 2001/01/03 23:24:01 will Exp $
d9 1
a9 1
PORTVERSION=	1.0
@


1.1
log
@Add p5-CGI-Application 1.0, perl module intended to make it easier to create
reusable web apps.
@
text
@d5 1
a5 1
# $FreeBSD$
a21 1
USE_PERL5=	yes
@

