openbsd-ports/devel/p5-POE-Loop-Event/Makefile
2010-12-03 11:44:22 +00:00

25 lines
479 B
Makefile

# $OpenBSD: Makefile,v 1.6 2010/12/03 11:44:34 ajacoutot 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
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_ARGS+= --default
USE_GROFF = Yes
BUILD_DEPENDS= devel/p5-POE-Test-Loops
RUN_DEPENDS+= devel/p5-Event \
devel/p5-POE>1.006
.include <bsd.port.mk>