a3a8889040
zap groff while here. 0.64 Sat Dec 19, 2009, joern Bugfixes: - Accumulated group member errors were not reported to the frontend. - Use Perl's builtin command execution with a subshell instead of forking.
19 lines
377 B
Makefile
19 lines
377 B
Makefile
# $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
|
|
|
|
RUN_DEPENDS= devel/p5-AnyEvent \
|
|
devel/p5-libintl
|
|
|
|
.include <bsd.port.mk>
|