freebsd-ports/www/p5-Catalyst-Plugin-Scheduler/Makefile
Philip M. Gollucci c10f314307 - 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)
2009-07-22 16:27:08 +00:00

28 lines
775 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.09
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= fernan@iib.unsam.edu.ar
COMMENT= Schedule events to run in a cron-like manner
BUILD_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
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_MODBUILD= yes
MAN3= Catalyst::Plugin::Scheduler.3
.include <bsd.port.mk>