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>
34 lines
915 B
Makefile
34 lines
915 B
Makefile
# Ports collection makefile for: p5-Catalyst-Plugin-Scheduler
|
|
# Date created: 25.Mar.2007
|
|
# Whom: Fernan Aguero <fernan@iib.unsam.edu.ar>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Catalyst-Plugin-Scheduler
|
|
PORTVERSION= 0.08
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= fernan@iib.unsam.edu.ar
|
|
COMMENT= Schedule events to run in a cron-like manner
|
|
|
|
RUN_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \
|
|
p5-DateTime-Event-Cron>=0:${PORTSDIR}/devel/p5-DateTime-Event-Cron \
|
|
p5-Set-Scalar>=0:${PORTSDIR}/devel/p5-Set-Scalar \
|
|
p5-Storable>=0:${PORTSDIR}/devel/p5-Storable \
|
|
p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= Catalyst::Plugin::Scheduler.3
|
|
|
|
.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>
|