0f76266ffd
Generic publish/subscribe POE::Component that enables POE::Sessions to publish events to which other POE::Sessions may subscribe.
21 lines
397 B
Makefile
21 lines
397 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/03/23 08:25:30 jasper Exp $
|
|
|
|
COMMENT= publish/subscribe to publish events from POE::Sessions
|
|
|
|
DISTNAME= POE-Component-PubSub-0.05
|
|
CATEGORIES= devel
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= cpan
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
|
|
RUN_DEPENDS= ::devel/p5-POE
|
|
|
|
.include <bsd.port.mk>
|