1558801a61
Upstream changes: 3.8 Sun Aug 9 15:30:10 CEST 2009 - implement $loop->signal/signal_ns. - (libev) incompatible change: do not necessarily reset signal handler to SIG_DFL when a sighandler is stopped. - (libev) ev_default_destroy did not properly free or zero some members, potentially causing crashes and memory corruption on repated ev_default_destroy/ev_default_loop calls. - (libev) take advantage of signalfd on GNU/Linux systems. - (libev) document that the signal mask might be in an unspecified state when using libev's signal handling. - (libev) take advantage of some GNU/Linux calls to set cloexec/nonblock on fd creation, to avoid race conditions. - implement internal glue code to interface more efficiently with AnyEvent.
23 lines
651 B
Makefile
23 lines
651 B
Makefile
# $NetBSD: Makefile,v 1.2 2009/08/18 14:12:06 sno Exp $
|
|
#
|
|
|
|
DISTNAME= EV-3.8
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/ML/MLEHMANN/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/EV/
|
|
COMMENT= Perl interface to libev, a high performance full-featured event loop
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-common-sense-[0-9]*:../../devel/p5-common-sense
|
|
|
|
MAKE_ENV+= PERL_MM_USE_DEFAULT=1
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
PERL5_PACKLIST= auto/EV/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../devel/libev/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|