pkgsrc/devel/p5-EV/Makefile
rhaen 264bc5d03b Updated devel/p5-EV to 4.10
ChangeLog:
4.10 Thu Jan 19 18:54:23 CET 2012
        - (libev) fix a race where the workaround against the epoll fork
          bugs caused signals to not be handled anymore.
        - (libev) correct backend_fudge for most backends, and implement
          a windows specific workaround to avoid looping because we call
          both select and Sleep, both with different time resolutions.
	- e_new wasn't declared static (causing very minor .so bloat).
        - replace more old api names by new ones.
2012-01-26 11:46:22 +00:00

22 lines
654 B
Makefile

# $NetBSD: Makefile,v 1.8 2012/01/26 11:46:22 rhaen Exp $
DISTNAME= EV-4.10
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}
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-common-sense-[0-9]*:../../devel/p5-common-sense
MAKE_ENV+= PERL_MM_USE_DEFAULT=1
PERL5_PACKLIST= auto/EV/.packlist
.include "../../lang/perl5/module.mk"
.include "../../devel/libev/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"