openbsd-ports/devel/p5-Event-ExecFlow/Makefile

19 lines
377 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.6 2012/04/13 13:06:58 gsoares Exp $
COMMENT= high level API for event-based execution flow control
MODULES= cpan
DISTNAME= Event-ExecFlow-0.64
CATEGORIES= devel
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-11-15 14:45:56 -05:00
RUN_DEPENDS= devel/p5-AnyEvent \
devel/p5-libintl
.include <bsd.port.mk>