pkgsrc/devel/p5-Event-ExecFlow/Makefile
xtraeme 0b39321f62 Add p5-Event-ExecFlow-0.62:
Event::ExecFlow offers a high level API to declare jobs, which mainly
execute external commands, parse their output to get progress or other
status information, triggers actions when the command has been finished
etc. Such jobs can be chained together in a recursive fashion to fulfill
rather complex tasks which consist of many jobs.
2006-08-24 08:35:00 +00:00

20 lines
638 B
Makefile

# $NetBSD: Makefile,v 1.1 2006/08/24 08:35:00 xtraeme Exp $
#
DISTNAME= Event-ExecFlow-0.62
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= http://www.exit1.org/packages/Event-ExecFlow/dist/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.exit1.org/Event-ExecFlow/
COMMENT= High level API for event-based execution flow control
DEPENDS+= p5-AnyEvent>=0.4:../../devel/p5-AnyEvent
DEPENDS+= p5-Test-Simple>=0.62:../../devel/p5-Test-Simple
DEPENDS+= p5-Locale-libintl-[0-9]*:../../misc/p5-Locale-libintl
PERL5_PACKLIST= auto/Event/ExecFlow/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"