16 lines
255 B
Makefile
16 lines
255 B
Makefile
|
COMMENT= high level API for event-based execution flow control
|
||
|
|
||
|
MODULES= cpan
|
||
|
PKG_ARCH= *
|
||
|
DISTNAME= Event-ExecFlow-0.64
|
||
|
CATEGORIES= devel
|
||
|
REVISION= 0
|
||
|
|
||
|
# perl
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
RUN_DEPENDS= devel/p5-AnyEvent \
|
||
|
devel/p5-libintl
|
||
|
|
||
|
.include <bsd.port.mk>
|