head	1.13;
access;
symbols
	RELEASE_8_3_0:1.10
	RELEASE_9_0_0:1.10
	RELEASE_7_4_0:1.10
	RELEASE_8_2_0:1.10
	RELEASE_6_EOL:1.10
	RELEASE_8_1_0:1.10
	RELEASE_7_3_0:1.10
	RELEASE_8_0_0:1.9
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.9
	RELEASE_6_4_0:1.9
	RELEASE_5_EOL:1.9
	RELEASE_7_0_0:1.8
	RELEASE_6_3_0:1.8
	PRE_XORG_7:1.6
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1;
locks; strict;
comment	@# @;


1.13
date	2012.11.17.06.02.46;	author svnexp;	state Exp;
branches;
next	1.12;

1.12
date	2012.06.10.18.42.28;	author swills;	state Exp;
branches;
next	1.11;

1.11
date	2012.06.04.17.17.21;	author az;	state Exp;
branches;
next	1.10;

1.10
date	2010.01.25.22.42.56;	author kuriyama;	state Exp;
branches;
next	1.9;

1.9
date	2008.04.17.14.29.42;	author araujo;	state Exp;
branches;
next	1.8;

1.8
date	2007.08.10.06.26.38;	author clsung;	state Exp;
branches;
next	1.7;

1.7
date	2007.05.30.02.15.31;	author clsung;	state Exp;
branches;
next	1.6;

1.6
date	2007.04.25.07.03.08;	author clsung;	state Exp;
branches;
next	1.5;

1.5
date	2007.04.21.17.01.00;	author leeym;	state Exp;
branches;
next	1.4;

1.4
date	2005.10.31.18.24.19;	author erwin;	state Exp;
branches;
next	1.3;

1.3
date	2005.09.20.17.32.55;	author tobez;	state Exp;
branches;
next	1.2;

1.2
date	2005.07.14.08.21.41;	author leeym;	state Exp;
branches;
next	1.1;

1.1
date	2003.11.10.03.12.22;	author adamw;	state Exp;
branches;
next	;


desc
@@


1.13
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-CGI-SSI
# Date created:				09 November 2003
# Whom:					Adam Weinberger <adamw@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-CGI-SSI/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	CGI-SSI
PORTVERSION=	0.92
PORTREVISION=	1
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Use SSI from CGI scripts

RUN_DEPENDS=	p5-HTML-SimpleParse>=0:${PORTSDIR}/www/p5-HTML-SimpleParse \
		p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
		p5-URI>=0:${PORTSDIR}/net/p5-URI \
		p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate
BUILD_DEPENDS:=	${RUN_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		CGI::SSI.3

.include <bsd.port.mk>
@


1.12
log
@- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
  RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.11
log
@- Remove SITE_PERL from *_DEPENDS
@
text
@d22 1
a22 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.10
log
@- Remove unneeded dependencies which is in perl-5.8.9 dist
  (part 6).

Approved by:	portmgr (itetcu)
@
text
@d18 4
a21 4
RUN_DEPENDS=	${SITE_PERL}/HTML/SimpleParse.pm:${PORTSDIR}/www/p5-HTML-SimpleParse \
		${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww \
		${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
		${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate
@


1.9
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
a20 1
		${SITE_PERL}/${PERL_ARCH}/List/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \
@


1.8
log
@- Update to 0.92
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	CGI
@


1.7
log
@- Update to 0.91
@
text
@d9 1
a9 1
PORTVERSION=	0.91
@


1.6
log
@- Update to 0.90
@
text
@d9 1
a9 1
PORTVERSION=	0.90
@


1.5
log
@- update to 0.89
@
text
@d9 1
a9 1
PORTVERSION=	0.89
@


1.4
log
@Let the IGNORE message make a bit more sense and change it from:

===>  p5-Some-Module-0.7 Port requires perl 5.6.x or later. Install
lang/perl5 then try again.

to:

===>  p5-Some-Module-0.7 requires perl 5.6.x or later. Install
lang/perl5 then try again.

Approved by:    silence on -ports
@
text
@d9 1
a9 1
PORTVERSION=	0.88
d18 1
a18 1
BUILD_DEPENDS=	${SITE_PERL}/HTML/SimpleParse.pm:${PORTSDIR}/www/p5-HTML-SimpleParse \
d23 1
a23 1
RUN_DEPENDS=	${BUILD_DEPENDS}
d29 1
a29 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500600
IGNORE=	requires perl 5.6.0 or later. Install lang/perl5.8 and try again
.endif

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


1.3
log
@Update to 0.88.  Require perl from ports.  Assign maintainer to perl@@.
@
text
@d32 1
a32 1
IGNORE=	Port requires perl 5.6.0 or later. Install lang/perl5.8 and try again
@


1.2
log
@- update to p5-CGI-SSI-0.86
@
text
@d9 1
a9 1
PORTVERSION=	0.86
d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
d21 1
d29 7
a35 1
.include <bsd.port.mk>
@


1.1
log
@Add CGI/SSI.pm

CGI::SSI is meant to be used as an easy way to filter shtml through CGI
scripts in a loose imitation of Apache's mod_include. If you're using
Apache, you may want to use either mod_include or the Apache::SSI module
instead of CGI::SSI. Limitations in a CGI script's knowledge of how the
server behaves make some SSI directives impossible to imitate from a CGI
script.

Requested by:	db_@@besmirched.org
@
text
@d9 1
a9 1
PORTVERSION=	0.53
@

