head	1.21;
access;
symbols
	RELEASE_8_3_0:1.16
	RELEASE_9_0_0:1.16
	RELEASE_7_4_0:1.13
	RELEASE_8_2_0:1.13
	RELEASE_6_EOL:1.13
	RELEASE_8_1_0:1.13
	RELEASE_7_3_0:1.13
	RELEASE_8_0_0:1.10
	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.5
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.1;
locks; strict;
comment	@# @;


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

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

1.19
date	2012.07.30.19.41.46;	author sunpoet;	state Exp;
branches;
next	1.18;

1.18
date	2012.06.22.09.31.10;	author sunpoet;	state Exp;
branches;
next	1.17;

1.17
date	2012.06.10.18.42.31;	author swills;	state Exp;
branches;
next	1.16;

1.16
date	2011.10.07.11.22.45;	author culot;	state Exp;
branches;
next	1.15;

1.15
date	2011.09.17.07.06.43;	author sunpoet;	state Exp;
branches;
next	1.14;

1.14
date	2011.04.22.16.17.25;	author bapt;	state Exp;
branches;
next	1.13;

1.13
date	2010.02.08.11.33.06;	author tobez;	state Exp;
branches;
next	1.12;

1.12
date	2009.12.15.06.28.01;	author pgollucci;	state Exp;
branches;
next	1.11;

1.11
date	2009.11.06.21.59.39;	author leeym;	state Exp;
branches;
next	1.10;

1.10
date	2009.08.16.09.22.01;	author linimon;	state Exp;
branches;
next	1.9;

1.9
date	2008.01.08.08.08.00;	author lbr;	state Exp;
branches;
next	1.8;

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

1.7
date	2007.09.08.01.10.43;	author linimon;	state Exp;
branches;
next	1.6;

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

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

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

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

1.2
date	2005.11.23.16.03.32;	author flz;	state Exp;
branches;
next	1.1;

1.1
date	2005.05.11.09.54.05;	author lth;	state Exp;
branches;
next	;


desc
@@


1.21
log
@Switch exporter over
@
text
@# Ports collection makefile for:	p5-Catalyst-Plugin-SubRequest
# Date created:			May 6, 2005
# Whom:				Travis Campbell <hcoyote@@ghostar.org>
#
# $FreeBSD: head/www/p5-Catalyst-Plugin-SubRequest/Makefile 302730 2012-08-18 18:16:13Z sunpoet $
#

PORTNAME=	Catalyst-Plugin-SubRequest
PORTVERSION=	0.20
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Make subrequests to actions in Catalyst

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

BUILD_DEPENDS=	p5-Catalyst-Runtime>=5.90000:${PORTSDIR}/www/p5-Catalyst-Runtime
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		Catalyst::Plugin::SubRequest.3

.include <bsd.port.mk>
@


1.20
log
@SVN rev 302730 on 2012-08-18 18:16:13Z by sunpoet

- Update to 0.20

Changes:	http://search.cpan.org/dist/Catalyst-Plugin-SubRequest/Changes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.19
log
@SVN rev 301758 on 2012-07-30 19:41:46Z by sunpoet

- Update to 0.19

Changes:	http://search.cpan.org/dist/Catalyst-Plugin-SubRequest/Changes
@
text
@d9 1
a9 1
PORTVERSION=	0.19
@


1.18
log
@- Update to 0.18

Changes:	http://search.cpan.org/dist/Catalyst-Plugin-SubRequest/Changes
@
text
@d9 1
a9 1
PORTVERSION=	0.18
@


1.17
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
@a0 1
# ex:ts=8
d9 1
a9 1
PORTVERSION=	0.17
d20 2
a21 2
RUN_DEPENDS=	p5-Catalyst-Runtime>=5.80003:${PORTSDIR}/www/p5-Catalyst-Runtime
BUILD_DEPENDS:=	${RUN_DEPENDS}
d25 1
a25 1
MAN3=	Catalyst::Plugin::SubRequest.3
@


1.16
log
@- Fix LICENSE (Artistic 1 instead of Artistic 2)
- Pet portlint(1)

PR:		ports/161336
Submitted by:	Simon Olofsson <simon@@olofsson.de>
@
text
@d22 1
a22 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.15
log
@- Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+

Suggested by:	az
With hat:	perl
@
text
@d18 1
a19 1
LICENSE=	ART20 GPLv1
@


1.14
log
@- update to 0.17
- add licenses
- changes: http://cpansearch.perl.org/src/BOBTFISH/Catalyst-Plugin-SubRequest-0.17/Changes
@
text
@d24 1
a24 1
PERL_CONFIGURE=	5.8.1+
@


1.13
log
@Update to 0.16.

Changes: http://search.cpan.org/dist/Catalyst-Plugin-SubRequest/Changes
@
text
@d10 1
a10 1
PORTVERSION=	0.16
d18 3
@


1.12
log
@- Update to 0.15
@
text
@d10 1
a10 1
PORTVERSION=	0.15
d18 1
a18 1
RUN_DEPENDS=	p5-Catalyst-Runtime>=5.7012:${PORTSDIR}/www/p5-Catalyst-Runtime
@


1.11
log
@- update to 0.14
@
text
@d10 1
a10 1
PORTVERSION=	0.14
@


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

Hat:		portmgr
@
text
@d10 1
a10 1
PORTVERSION=	0.13
d18 1
a19 1
RUN_DEPENDS=	p5-Catalyst-Runtime>=5.7012:${PORTSDIR}/www/p5-Catalyst-Runtime
@


1.9
log
@Update to 0.13
@
text
@d15 1
a15 1
MAINTAINER=	lbr@@FreeBSD.org
@


1.8
log
@Update to 0.12
@
text
@d10 1
a10 1
PORTVERSION=	0.12
d18 2
a19 2
BUILD_DEPENDS=	p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.7
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
@d10 1
a10 1
PORTVERSION=	0.11
d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	../by-authors/id/M/MR/MRAMBERG
d21 1
a21 1
PERL_CONFIGURE=	5.8.0+
@


1.6
log
@Update to 0.11
@
text
@d22 1
a22 1
PERL_CONFIGURE=	yes
d26 1
a26 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500800
IGNORE=	requires Perl 5.8. Install lang/perl5.8, and try again
.endif

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


1.5
log
@Update all users of p5-Catalyst to use p5-Catalyst-Runtime, and possibly
p5-Catalyst-Devel as well (if they have Helper modules).
@
text
@d10 1
a10 1
PORTVERSION=	0.10
d19 1
a19 2
BUILD_DEPENDS=	p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \
		p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp
@


1.4
log
@Changing email-address on my 80 ports.

Approved by:	erwin (mental)
@
text
@d19 1
a19 1
BUILD_DEPENDS=	p5-Catalyst>=2.99:${PORTSDIR}/www/p5-Catalyst \
@


1.3
log
@- up to 0.10

PR:		90164
Submitted by:	Lars Balker Rasmussen <lars@@balker.dk>
@
text
@d16 1
a16 1
MAINTAINER=	lars@@balker.dk
@


1.2
log
@- Update to 0.09.
- Pass maintainership to submitter.
- Add SHA256 checksum.

PR:		ports/89462
Submitted by:	Lars Balker Rasmussen <lars@@balker.dk>
Approved by:	maintainer
@
text
@d10 1
a10 1
PORTVERSION=	0.09
d19 2
a20 1
BUILD_DEPENDS=	${SITE_PERL}/Catalyst.pm:${PORTSDIR}/www/p5-Catalyst
d28 1
d32 1
@


1.1
log
@Add p5-Catalyst-Plugin-SubRequest 0.04, make subrequests to actions in
Catalyst.

PR:		ports/80719
Submitted by:	Travis Campbell <hcoyote@@ghostar.org>
@
text
@d10 1
a10 1
PORTVERSION=	0.04
d16 1
a16 1
MAINTAINER=	hcoyote@@ghostar.org
@

