head	1.4;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1;
locks; strict;
comment	@# @;


1.4
date	2012.11.17.06.02.45;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.06.10.18.42.26;	author swills;	state Exp;
branches;
next	1.2;

1.2
date	2011.06.20.09.36.02;	author culot;	state Exp;
branches;
next	1.1;

1.1
date	2010.11.20.22.22.58;	author sunpoet;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-CGI-Application-Plugin-Apache
# Date created:		2010-11-18
# Whom:			Kurt Lidl <kurt.lidl@@cello.com>
#
# $FreeBSD: head/www/p5-CGI-Application-Plugin-Apache/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	CGI-Application-Plugin-Apache
PORTVERSION=	1.02
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Provides easy access to Apache::* modules for CGI::Application

RUN_DEPENDS=	p5-CGI-Application>=3.22:${PORTSDIR}/www/p5-CGI-Application \
		p5-HTML-GenerateUtil>=0:${PORTSDIR}/www/p5-HTML-GenerateUtil \
		p5-libapreq2>=0:${PORTSDIR}/www/p5-libapreq2
BUILD_DEPENDS:=	${RUN_DEPENDS}

LICENSE_COMB=	dual
LICENSE=	ART10 GPLv1

PERL_MODBUILD=	yes

MAN3=		CGI::Application::Plugin::Apache.3 \
		CGI::Application::Plugin::Apache::Request.3 \
		CGI::Application::Plugin::Apache2::Request.3

.include <bsd.port.mk>
@


1.3
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.2
log
@- Update to 1.02 [1]
- Add LICENSE

Changes:	http://search.cpan.org/dist/CGI-Application-Plugin-Apache/Changes
PR:		ports/158062 [1]
Submitted by:	Jin-Sih Lin <linpct@@gmail.com>
@
text
@d20 1
a20 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.1
log
@- Add p5-CGI-Application-Plugin-Apache 1.01

CGI::Application::Plugin::Apache provides easy access to Apache::* modules
for CGI::Application.

WWW: http://search.cpan.org/dist/CGI-Application-Plugin-Apache/

PR:		ports/152383
Submitted by:	Kurt Lidl <kurt.lidl@@cello.com>
@
text
@d9 1
a9 1
PORTVERSION=	1.01
d22 3
@

