freebsd-ports/devel/p5-POE-Component-Schedule/Makefile
Mathieu Arnold 783a83bb8d This POE component encapsulates a session that sends events to client sessions
on a schedule as defined by a DateTime::Set iterator.
2010-12-22 10:31:37 +00:00

27 lines
715 B
Makefile

# New ports collection makefile for: POE-Component-Schedule
# Date created: December 21 2010
# Whom: mat
#
# $FreeBSD$
#
PORTNAME= POE-Component-Schedule
PORTVERSION= 0.95
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= mat@FreeBSD.org
COMMENT= Schedule POE Events using a cron spec
BUILD_DEPENDS= ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple \
${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
${SITE_PERL}/DateTime/Set.pm:${PORTSDIR}/devel/p5-DateTime-Set
RUN_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
${SITE_PERL}/DateTime/Set.pm:${PORTSDIR}/devel/p5-DateTime-Set
PERL_MODBUILD= yes
MAN3= POE::Component::Schedule.3
.include <bsd.port.mk>