b67b154b17
POE::Loop::Event implements the interface documented in POE::Loop.
22 lines
421 B
Makefile
22 lines
421 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/08/30 22:07:55 jasper Exp $
|
|
|
|
COMMENT= bridge that allows POE to be driven by Event.pm
|
|
|
|
DISTNAME= POE-Loop-Event-1.302
|
|
CATEGORIES= devel
|
|
|
|
MODULES= cpan
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_ARGS+= --default
|
|
|
|
RUN_DEPENDS+= ::devel/p5-Event \
|
|
:p5-POE->1.006:devel/p5-POE
|
|
|
|
.include <bsd.port.mk>
|