head	1.9;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.1
	RELEASE_4_EOL: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.10.03.18.31.53;	author tabthorpe;	state Exp;
branches;
next	1.7;

1.7
date	2012.06.30.14.31.00;	author az;	state Exp;
branches;
next	1.6;

1.6
date	2012.06.10.18.42.27;	author swills;	state Exp;
branches;
next	1.5;

1.5
date	2011.09.17.06.50.15;	author sunpoet;	state Exp;
branches;
next	1.4;

1.4
date	2008.06.05.23.40.12;	author miwi;	state Exp;
branches;
next	1.3;

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

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

1.1
date	2006.12.05.04.00.43;	author clsung;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Switch exporter over
@
text
@# Created by: George Hartzell <hartzell@@alerce.com>
# $FreeBSD: head/www/p5-CGI-Application-Plugin-Redirect/Makefile 305216 2012-10-03 18:31:53Z tabthorpe $

PORTNAME=	CGI-Application-Plugin-Redirect
PORTVERSION=	1.00
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Easy external redirects in CGI::Application

RUN_DEPENDS=	p5-CGI-Application>=0:${PORTSDIR}/www/p5-CGI-Application
BUILD_DEPENDS:=	${RUN_DEPENDS}

PERL_MODBUILD=	yes

MAN3=	CGI::Application::Plugin::Redirect.3

.include <bsd.port.mk>
@


1.8
log
@SVN rev 305216 on 2012-10-03 18:31:53Z by tabthorpe

- Reassign to the heap at maintainer's request
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.7
log
@- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@@ (bapt@@)
@
text
@d1 1
a1 4
# New ports collection makefile for:	www/p5-CGI-Application-Plugin-Redirect
# Date created:				14 September 2005
# Whom:					George Hartzell <hartzell@@alerce.com>
#
a2 1
#
d10 1
a10 1
MAINTAINER=	hartzell@@alerce.com
@


1.6
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
@d17 1
a17 1
RUN_DEPENDS=	${SITE_PERL}/CGI/Application.pm:${PORTSDIR}/www/p5-CGI-Application
@


1.5
log
@- Change PERL_MODBUILD to "yes" for all values less than or equal to 5.8.0+

With hat:	perl
@
text
@d18 1
a18 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.4
log
@- Update to 1.00

PR:		124326
Submitted by:	George Hartzell <hartzell@@merlin.alerce.com> (maintainer)
@
text
@d20 1
a20 1
PERL_MODBUILD=	5.8.0+
@


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
@d9 1
a9 1
PORTVERSION=	0.1
@


1.2
log
@Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	CGI
@


1.1
log
@Add p5-CGI-Application-Plugin-Redirect 0.1, easy external redirects in
CGI::Application.

PR:		ports/103277
Submitted by:	George Hartzell <hartzell at alerce.com>
@
text
@d21 1
a21 1
PERL_MODBUILD=	yes
d25 1
a25 5
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE=	requires Perl 5.8 or newer. Install lang/perl5.8, and try again
.endif
.include <bsd.port.post.mk>
@

