openbsd-ports/devel/p5-POE-Component-Pluggable/Makefile
jasper 8e4427a072 import p5-POE-Component-Pluggable 1.10
POE::Component::Pluggable is a base class for creating plugin enabled
POE Components. It is a generic port of POE::Component::IRC's plugin
system.

If your component dispatches events to registered POE sessions, then
POE::Component::Pluggable may be a good fit for you.

Users of your component can then load plugins using the plugin methods
provided to handle events generated by the component.
2008-09-01 09:55:34 +00:00

25 lines
543 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2008/09/01 09:55:34 jasper Exp $
COMMENT= base class for creating plugin enabled POE Components
DISTNAME= POE-Component-Pluggable-1.10
CATEGORIES= devel
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= cpan
RUN_DEPENDS= :p5-POE->=1.0002:devel/p5-POE
EG_DIR= ${PREFIX}/share/examples/p5-POE-Component-Pluggable
post-install:
${INSTALL_DATA_DIR} ${EG_DIR}
${INSTALL_DATA} ${WRKSRC}/examples/* ${EG_DIR}
.include <bsd.port.mk>