head	1.9;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.1;
locks; strict;
comment	@# @;


1.9
date	2012.11.17.06.02.47;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2012.10.01.14.45.16;	author tabthorpe;	state Exp;
branches;
next	1.7;

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

1.6
date	2012.01.21.17.37.36;	author eadler;	state Exp;
branches;
next	1.5;

1.5
date	2010.08.23.00.40.14;	author pgollucci;	state Exp;
branches;
next	1.4;

1.4
date	2010.01.25.22.42.57;	author kuriyama;	state Exp;
branches;
next	1.3;

1.3
date	2009.07.22.16.27.05;	author pgollucci;	state Exp;
branches;
next	1.2;

1.2
date	2009.06.19.03.24.00;	author pgollucci;	state Exp;
branches;
next	1.1;

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


desc
@@


1.9
log
@Switch exporter over
@
text
@# Created by: Fernan Aguero <fernan@@iib.unsam.edu.ar>
# $FreeBSD: head/www/p5-Catalyst-Plugin-Scheduler/Makefile 305130 2012-10-01 14:45:16Z tabthorpe $

PORTNAME=	Catalyst-Plugin-Scheduler
PORTVERSION=	0.10
PORTREVISION=	1
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Schedule events to run in a cron-like manner

BUILD_DEPENDS=	p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \
		p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
		p5-DateTime-Event-Cron>=0:${PORTSDIR}/devel/p5-DateTime-Event-Cron \
		p5-Set-Scalar>=0:${PORTSDIR}/devel/p5-Set-Scalar \
		p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=	Catalyst::Plugin::Scheduler.3

.include <bsd.port.mk>
@


1.8
log
@SVN rev 305130 on 2012-10-01 14:45:16Z by tabthorpe

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


1.7
log
@- Add missing (undeclared) DEPENDS

PR:		ports/166344
Approved by:	maintainer timeout (fernan@@iib.unsam.edu.ar, >2 weeks)
@
text
@d1 1
a1 4
# Ports collection makefile for:	p5-Catalyst-Plugin-Scheduler
# Date created:				25.Mar.2007
# Whom:					Fernan Aguero <fernan@@iib.unsam.edu.ar>
#
a2 1
#
d11 1
a11 1
MAINTAINER=	fernan@@iib.unsam.edu.ar
@


1.6
log
@At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
@
text
@d10 1
d19 1
@


1.5
log
@- Update to 0.10

PR:             ports/147409
Submitted by:   pgollucci (myself)
Reviewed by:    az
Approved by:    Fernan Aguero <fernan.aguero@@gmail.com> (maintainer)
@
text
@d21 1
a21 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.4
log
@- Remove unneeded dependencies which is in perl-5.8.9 dist
  (part 6).

Approved by:	portmgr (itetcu)
@
text
@d9 1
a9 2
PORTVERSION=	0.09
PORTREVISION=	1
d23 1
a23 1
PERL_MODBUILD=	yes
@


1.3
log
@- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks

PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
@
text
@d10 1
a20 1
		p5-Storable>=0:${PORTSDIR}/devel/p5-Storable \
@


1.2
log
@- Update to 0.09

PR:             ports/135808
Approved by:    maintainer
Submitted by:   myself (pgollucci@@)
@
text
@d28 1
a28 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500801
IGNORE=	requires at least Perl 5.8.1. Install lang/perl5.8, and try again
.endif

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


1.1
log
@This plugin allows you to schedule events to run at recurring
intervals. Events will run during the first request which meets or
exceeds the specified time.  Depending on the level of traffic to the
application, events may or may not run at exactly the correct time,
but it should be enough to satisfy many basic scheduling needs.

WWW: http://search.cpan.org/dist/Catalyst-Plugin-Scheduler/

PR:		ports/133074
Submitted by:	Fernan Aguero <fernan at iib.unsam.edu.ar>
@
text
@d9 1
a9 1
PORTVERSION=	0.08
d17 1
a17 1
RUN_DEPENDS=	p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \
d22 1
a22 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@

