p5-IO-Lambda is another attempt to fight the horrors of non-blocking I/O programming. It tries to bring back the simplicity of the declarative programming style, that is only otherwise available when one employs threads, coroutines, or co-processes.
27 lines
841 B
Makefile
27 lines
841 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/02/28 12:07:23 uccwen Exp $
|
|
#
|
|
|
|
DISTNAME= IO-Lambda-1.16
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/K/KA/KARASIK/
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
HOMEPAGE= http://search.cpan.org/dist/IO-Lambda/
|
|
COMMENT= Non-blocking I/O in lambda style
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-Net-DNS>=0:../../net/p5-Net-DNS
|
|
DEPENDS+= p5-Storable>=0:../../devel/p5-Storable
|
|
DEPENDS+= p5-Sub-Name>=0:../../devel/p5-Sub-Name
|
|
DEPENDS+= p5-Time-HiRes>=0:../../time/p5-Time-HiRes
|
|
DEPENDS+= p5-URI>=0:../../www/p5-URI
|
|
DEPENDS+= p5-IO-Socket-SSL>=0:../../security/p5-IO-Socket-SSL
|
|
DEPENDS+= p5-DBI>=0:../../databases/p5-DBI
|
|
|
|
PERL5_PACKLIST= auto/IO/Lambda/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|