21 lines
380 B
Makefile

# $OpenBSD: Makefile,v 1.8 2013/10/11 23:49:01 naddy Exp $
COMMENT= bridge that allows POE to be driven by Event.pm
DISTNAME= POE-Loop-Event-1.302
REVISION= 0
CATEGORIES= devel
MODULES= cpan
# perl
PERMIT_PACKAGE_CDROM= Yes
CONFIGURE_ARGS+= --default
BUILD_DEPENDS= devel/p5-POE-Test-Loops
RUN_DEPENDS+= devel/p5-Event \
devel/p5-POE>1.006
.include <bsd.port.mk>