head	1.24;
access;
symbols
	RELEASE_8_3_0:1.20
	RELEASE_9_0_0:1.20
	RELEASE_7_4_0:1.19
	RELEASE_8_2_0:1.19
	RELEASE_6_EOL:1.19
	RELEASE_8_1_0:1.18
	RELEASE_7_3_0:1.18
	RELEASE_8_0_0:1.18
	RELEASE_7_2_0:1.14
	RELEASE_7_1_0:1.13
	RELEASE_6_4_0:1.13
	RELEASE_5_EOL:1.11
	RELEASE_7_0_0:1.10
	RELEASE_6_3_0:1.10
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4;
locks; strict;
comment	@# @;


1.24
date	2013.03.16.12.49.29;	author svnexp;	state Exp;
branches;
next	1.23;

1.23
date	2013.03.11.17.19.13;	author svnexp;	state Exp;
branches;
next	1.22;

1.22
date	2012.11.17.06.02.47;	author svnexp;	state Exp;
branches;
next	1.21;

1.21
date	2012.06.10.18.42.30;	author swills;	state Exp;
branches;
next	1.20;

1.20
date	2011.09.17.06.49.20;	author sunpoet;	state Exp;
branches;
next	1.19;

1.19
date	2010.09.25.20.30.00;	author az;	state Exp;
branches;
next	1.18;

1.18
date	2009.08.18.09.30.59;	author az;	state Exp;
branches;
next	1.17;

1.17
date	2009.08.16.09.21.57;	author linimon;	state Exp;
branches;
next	1.16;

1.16
date	2009.07.23.17.29.04;	author pgollucci;	state Exp;
branches;
next	1.15;

1.15
date	2009.04.23.08.51.59;	author lbr;	state Exp;
branches;
next	1.14;

1.14
date	2009.01.24.12.15.02;	author lbr;	state Exp;
branches;
next	1.13;

1.13
date	2008.08.13.13.45.30;	author lbr;	state Exp;
branches;
next	1.12;

1.12
date	2008.06.29.19.42.07;	author lbr;	state Exp;
branches;
next	1.11;

1.11
date	2007.12.11.21.15.00;	author lbr;	state Exp;
branches;
next	1.10;

1.10
date	2007.10.15.09.26.10;	author lbr;	state Exp;
branches;
next	1.9;

1.9
date	2007.09.08.01.10.38;	author linimon;	state Exp;
branches;
next	1.8;

1.8
date	2007.08.25.15.21.17;	author lbr;	state Exp;
branches;
next	1.7;

1.7
date	2007.08.24.05.48.15;	author lbr;	state Exp;
branches;
next	1.6;

1.6
date	2007.08.22.16.10.33;	author lbr;	state Exp;
branches;
next	1.5;

1.5
date	2007.04.04.07.12.01;	author lbr;	state Exp;
branches;
next	1.4;

1.4
date	2006.09.03.11.54.28;	author lbr;	state Exp;
branches;
next	1.3;

1.3
date	2006.07.31.21.51.56;	author lbr;	state Exp;
branches;
next	1.2;

1.2
date	2006.07.11.18.33.26;	author lbr;	state Exp;
branches;
next	1.1;

1.1
date	2006.07.11.17.34.14;	author lbr;	state Exp;
branches;
next	;


desc
@@


1.24
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314286
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Changes: Lars Balker Rasmussen <lbr@@FreeBSD.org>
# $FreeBSD: head/www/p5-Catalyst-Plugin-ConfigLoader/Makefile 314286 2013-03-15 09:53:40Z tobez $

PORTNAME=	Catalyst-Plugin-ConfigLoader
PORTVERSION=	0.32
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:BOBTFISH
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Load config files of various types

RUN_DEPENDS=	p5-Catalyst-Runtime>=5.7008:${PORTSDIR}/www/p5-Catalyst-Runtime \
		p5-Data-Visitor>=0.24:${PORTSDIR}/devel/p5-Data-Visitor \
		p5-Config-Any>=0.20:${PORTSDIR}/devel/p5-Config-Any \
		p5-MRO-Compat>=0.09:${PORTSDIR}/devel/p5-MRO-Compat
BUILD_DEPENDS:=	${RUN_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=	Catalyst::Plugin::ConfigLoader.3 \
	Catalyst::Plugin::ConfigLoader::Manual.3

.include <bsd.port.mk>
@


1.23
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313899
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d2 1
a2 1
# $FreeBSD: head/www/p5-Catalyst-Plugin-ConfigLoader/Makefile 313899 2013-03-11 13:51:34Z tobez $
d5 1
a5 1
PORTVERSION=	0.31
@


1.22
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	www/p5-Catalyst-Plugin-ConfigLoader
# Date created:				July 11, 2006
# Whom:					Lars Balker Rasmussen <lbr@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-Catalyst-Plugin-ConfigLoader/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d5 1
a5 1
PORTVERSION=	0.30
d8 1
@


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

With hat:	perl
@
text
@d21 1
a21 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.19
log
@Update to 0.30
@
text
@d23 1
a23 1
PERL_CONFIGURE=	5.8.0+
@


1.18
log
@Update to 0.27

Changelog: http://cpansearch.perl.org/src/BRICAS/Catalyst-Plugin-ConfigLoader-0.27/Changes
@
text
@d9 1
a9 1
PORTVERSION=	0.27
d19 1
a19 1
		p5-Config-Any>=0.08:${PORTSDIR}/devel/p5-Config-Any \
@


1.17
log
@Reset lbr@@FreeBSD.org due to maintainer-timeouts and no response to email.

Hat:		portmgr
@
text
@d9 1
a9 1
PORTVERSION=	0.24
@


1.16
log
@- Update to 0.24

PR:             ports/136576
Approved by:    maintainer timeout (lbr; 14 days)
Submitted by:   myself (pgollucci@@)
@
text
@d14 1
a14 1
MAINTAINER=	lbr@@FreeBSD.org
@


1.15
log
@Update to 0.23
@
text
@d9 1
a9 1
PORTVERSION=	0.23
@


1.14
log
@Update to 0.22
@
text
@d9 1
a9 1
PORTVERSION=	0.22
d18 1
a18 1
		p5-Data-Visitor>=0.02:${PORTSDIR}/devel/p5-Data-Visitor \
@


1.13
log
@Update to 0.21
@
text
@d9 1
a9 1
PORTVERSION=	0.21
d19 2
a20 1
		p5-Config-Any>=0.08:${PORTSDIR}/devel/p5-Config-Any
@


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


1.11
log
@Update to 0.19
@
text
@d9 1
a9 1
PORTVERSION=	0.19
@


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


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


1.8
log
@Update to 0.17
@
text
@d22 1
a22 1
PERL_CONFIGURE=	yes
d27 1
a27 5
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE=	requires perl 5.8.0 or later. Install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>
@


1.7
log
@Update to 0.16
@
text
@d9 1
a9 1
PORTVERSION=	0.16
d17 1
a17 1
RUN_DEPENDS=	p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime \
@


1.6
log
@Update to 0.15
@
text
@d9 1
a9 1
PORTVERSION=	0.15
d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Catalyst
d19 1
a19 1
		p5-Config-Any>=0.04:${PORTSDIR}/devel/p5-Config-Any
@


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


1.4
log
@Update to 0.13
@
text
@d9 1
a9 1
PORTVERSION=	0.13
d23 1
a23 1
PERL_MODBUILD=	yes
d25 2
a26 1
MAN3=	Catalyst::Plugin::ConfigLoader.3
@


1.3
log
@Update to 0.12
@
text
@d9 1
a9 1
PORTVERSION=	0.12
d20 1
a20 1
		p5-Module-Pluggable>=3.01:${PORTSDIR}/devel/p5-Module-Pluggable
d25 1
a25 7
MAN3=	Catalyst::Plugin::ConfigLoader.3 \
	Catalyst::Plugin::ConfigLoader::General.3 \
	Catalyst::Plugin::ConfigLoader::INI.3 \
	Catalyst::Plugin::ConfigLoader::JSON.3 \
	Catalyst::Plugin::ConfigLoader::Perl.3 \
	Catalyst::Plugin::ConfigLoader::XML.3 \
	Catalyst::Plugin::ConfigLoader::YAML.3
@


1.2
log
@Update to 0.11
@
text
@d9 1
a9 1
PORTVERSION=	0.11
d18 1
a18 1
BUILD_DEPENDS=	p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime \
d21 1
a21 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.1
log
@New port, www/p5-Catalyst-Plugin-ConfigLoader, Load config files of various types
@
text
@d9 1
a9 1
PORTVERSION=	0.09
d19 2
a20 1
		p5-Data-Visitor>=0.02:${PORTSDIR}/devel/p5-Data-Visitor
@

