35a6c53425
ok simon@
19 lines
386 B
Makefile
19 lines
386 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/05/19 10:10:24 steven Exp $
|
|
|
|
COMMENT= "high level API for event-based execution flow control"
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Event-ExecFlow-0.63
|
|
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>
|