openbsd-ports/devel/p5-POE-Component-Supervisor/Makefile
jasper 3c0c41c1b5 import p5-POE-Component-Supervisor (the cause of the recent p5-puking...)
This is a port of the Erlang process supervisor
(http://www.erlang.org/doc/design_principles/sup_princ.html).

This will monitor instances of children, restarting them as necessary
should they exit.
2010-01-12 19:26:42 +00:00

28 lines
641 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2010/01/12 19:26:42 jasper Exp $
COMMENT= Erlang inspired babysitting
DISTNAME= POE-Component-Supervisor-0.05
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
CATEGORIES= devel
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= cpan
RUN_DEPENDS= ::devel/p5-POE-API-Peek \
::devel/p5-MooseX-POE \
::devel/p5-MooseX-LogDispatch \
::devel/p5-Log-Dispatch-Config-TestLog \
::devel/p5-Set-Object \
::devel/p5-Hash-Util-FieldHash-Compat
REGRESS_DEPENDS= ::devel/p5-Test-use-ok
.include <bsd.port.mk>