head	1.8;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.6
	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.3
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1;
locks; strict;
comment	@# @;


1.8
date	2012.11.17.06.02.45;	author svnexp;	state Exp;
branches;
next	1.7;

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

1.6
date	2011.09.17.06.50.14;	author sunpoet;	state Exp;
branches;
next	1.5;

1.5
date	2011.03.30.19.23.05;	author culot;	state Exp;
branches;
next	1.4;

1.4
date	2010.04.11.07.23.25;	author leeym;	state Exp;
branches;
next	1.3;

1.3
date	2009.12.15.06.58.19;	author leeym;	state Exp;
branches;
next	1.2;

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

1.1
date	2009.02.15.21.05.12;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-CGI-Application-Plugin-ConfigAuto
# Date created:				February 15th 2009
# Whom:	      				Alex Kapranoff <alex@@kapranoff.ru>
#
# $FreeBSD: head/www/p5-CGI-Application-Plugin-ConfigAuto/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	CGI-Application-Plugin-ConfigAuto
PORTVERSION=	1.33
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	culot@@FreeBSD.org
COMMENT=	Plugin that adds Config::Auto support to CGI::Application

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

PERL_MODBUILD=	yes

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

.include <bsd.port.mk>
@


1.7
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.6
log
@- Change PERL_MODBUILD to "yes" for all values less than or equal to 5.8.0+

With hat:	perl
@
text
@d19 1
a19 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.5
log
@- Update to 1.33
- Make portlint happy by replacing space by tab
- Take maintainership

Changes:	http://search.cpan.org/dist/CGI-Application-Plugin-ConfigAuto/Changes
@
text
@d21 1
a21 1
PERL_MODBUILD=	5.8.0+
@


1.4
log
@- update to 1.32
@
text
@d9 1
a9 1
PORTVERSION=	1.32
d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
d19 1
a19 1
BUILD_DEPENDS=  ${RUN_DEPENDS}
@


1.3
log
@- update to 1.31
@
text
@d9 1
a9 1
PORTVERSION=	1.31
@


1.2
log
@Reset kappa@@freebsd.org.ua at his request.

Hat:		portmgr
@
text
@d9 1
a9 1
PORTVERSION=	1.30
d17 3
a19 4
RUN_DEPENDS=	${SITE_PERL}/CGI/Application.pm:${PORTSDIR}/www/p5-CGI-Application \
		${SITE_PERL}/Config/Auto.pm:${PORTSDIR}/devel/p5-Config-Auto
BUILD_DEPENDS=	${SITE_PERL}/CGI/Application.pm:${PORTSDIR}/www/p5-CGI-Application \
		${SITE_PERL}/Config/Auto.pm:${PORTSDIR}/devel/p5-Config-Auto
@


1.1
log
@CGI::Application::Plugin::ConfigAuto adds easy access to config file
variables to your CGI::Application modules. Lazy loading is used to
prevent the config file from being parsed if no configuration variables
are accessed during the request.

The format is detected automatically using Config::Auto. It it known to
support the following formats: colon separated, space separated, equals
separated, XML, Perl code, and Windows INI. See that modules
documentation for complete details.

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

PR:		ports/131723
Submitted by:	Alex Kapranoff <alex at kapranoff.ru>
@
text
@d14 1
a14 1
MAINTAINER=	kappa@@freebsd.org.ua
@

