head	1.16;
access;
symbols
	RELEASE_8_3_0:1.14
	RELEASE_9_0_0:1.13
	RELEASE_7_4_0:1.13
	RELEASE_8_2_0:1.13
	RELEASE_6_EOL:1.13
	RELEASE_8_1_0:1.13
	RELEASE_7_3_0:1.13
	RELEASE_8_0_0:1.13
	RELEASE_7_2_0:1.12
	RELEASE_7_1_0:1.12
	RELEASE_6_4_0:1.12
	RELEASE_5_EOL:1.12
	RELEASE_7_0_0:1.12
	RELEASE_6_3_0:1.12
	PRE_XORG_7:1.11
	RELEASE_4_EOL:1.11
	RELEASE_6_2_0:1.11
	RELEASE_6_1_0:1.11
	RELEASE_5_5_0:1.11
	RELEASE_6_0_0:1.8
	RELEASE_5_4_0:1.8
	RELEASE_4_11_0:1.7
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.2;
locks; strict;
comment	@# @;


1.16
date	2012.11.17.06.02.45;	author svnexp;	state Exp;
branches;
next	1.15;

1.15
date	2012.06.05.13.12.33;	author culot;	state Exp;
branches;
next	1.14;

1.14
date	2012.01.21.17.37.30;	author eadler;	state Exp;
branches;
next	1.13;

1.13
date	2009.08.16.09.55.30;	author linimon;	state Exp;
branches;
next	1.12;

1.12
date	2007.08.31.13.37.22;	author mat;	state Exp;
branches;
next	1.11;

1.11
date	2005.11.22.11.40.20;	author mat;	state Exp;
branches;
next	1.10;

1.10
date	2005.09.06.13.22.52;	author mat;	state Exp;
branches;
next	1.9;

1.9
date	2005.08.30.12.51.20;	author mat;	state Exp;
branches;
next	1.8;

1.8
date	2005.02.18.16.30.32;	author mat;	state Exp;
branches;
next	1.7;

1.7
date	2004.11.24.16.05.43;	author mat;	state Exp;
branches;
next	1.6;

1.6
date	2004.11.23.13.51.46;	author mat;	state Exp;
branches;
next	1.5;

1.5
date	2004.10.12.10.23.43;	author mat;	state Exp;
branches;
next	1.4;

1.4
date	2004.08.27.11.04.43;	author mat;	state Exp;
branches;
next	1.3;

1.3
date	2004.08.08.13.10.36;	author mat;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.16
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-CGI-Framework
# Date created:				25 feb 2004
# Whom:	      				Mathieu Arnold <mat@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-CGI-Framework/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	CGI-Framework
PORTVERSION=	0.23
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	A simple-to-use, lightweight web CGI framework

BUILD_DEPENDS=	p5-HTML-Template>=0:${PORTSDIR}/www/p5-HTML-Template \
		p5-CGI-Session>=0:${PORTSDIR}/www/p5-CGI-Session \
		p5-CGI.pm>=0:${PORTSDIR}/www/p5-CGI.pm
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		CGI::Framework.3

.if !defined(NOPORTDOCS)
PORTDOCS=	Changes README

post-install:
	@@${MKDIR} ${DOCSDIR}
	@@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
	@@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif

.include <bsd.port.mk>
@


1.15
log
@- Remove SITE_PERL from *_DEPENDS

Submitted by:	az@@
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.14
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 3
a19 3
BUILD_DEPENDS=	${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \
		${SITE_PERL}/CGI/Session.pm:${PORTSDIR}/www/p5-CGI-Session \
		${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm
@


1.13
log
@Reset mat@@FreeBSD.org due to maintainer-timeouts and no response to email.

Hat:		portmgr
@
text
@d20 1
a20 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.12
log
@Use the CPAN site macro.
Use DISTVERSION in place of DISTNAME where possible.
Remove perl 5.005 shims.
@
text
@d14 1
a14 1
MAINTAINER=	mat@@FreeBSD.org
@


1.11
log
@Update to 0.23
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	CGI
@


1.10
log
@Update to 0.22
@
text
@d9 1
a9 1
PORTVERSION=	0.22
@


1.9
log
@Update to 0.21
@
text
@d9 1
a9 1
PORTVERSION=	0.21
@


1.8
log
@Update to 0.20
@
text
@d9 1
a9 1
PORTVERSION=	0.20
@


1.7
log
@Update to 0.19
Add some docs
@
text
@d9 1
a9 1
PORTVERSION=	0.19
@


1.6
log
@Update to 0.18
@
text
@d9 1
a9 1
PORTVERSION=	0.18
d27 9
@


1.5
log
@Update to 0.17
@
text
@d9 1
a9 1
PORTVERSION=	0.17
@


1.4
log
@Update to 0.16
@
text
@d9 1
a9 1
PORTVERSION=	0.16
@


1.3
log
@Update to 0.15
@
text
@d9 1
a9 1
PORTVERSION=	0.15
@


1.2
log
@Update to 0.14
@
text
@d9 1
a9 1
PORTVERSION=	0.14
@


1.1
log
@Add p5-CGI-Framework 0.13, a simple-to-use, lightweight web CGI
framework.
@
text
@d9 1
a9 1
PORTVERSION=	0.13
@

