4d65106916
POE::Component::Syndicator is a base class for POE components which need to handle a persistent resource (e.g. a connection to an IRC server) for one or more sessions in an extendable way. from wen heping (MAINTAINER), needed by upcoming p5-POE update, not hooking this up yet. ok sthen@
23 lines
472 B
Makefile
23 lines
472 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2011/05/11 18:58:49 jasper Exp $
|
|
|
|
COMMENT = POE component base class implementing Observer pattern
|
|
|
|
DISTNAME = POE-Component-Syndicator-0.01
|
|
|
|
MAINTAINER = Wen Heping <wenheping@gmail.com>
|
|
|
|
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-Object-Pluggable>=1.29 \
|
|
devel/p5-POE>=1.311
|
|
|
|
.include <bsd.port.mk>
|