pkgsrc/devel/p5-EV/Makefile
sno 65627a9061 Updating devel/p5-EV from 3.8nb1 to 3.9
Upstream changes:
3.9  Thu Dec 31 07:59:59 CET 2009
	- disable t/07* under automatic testing.
        - increase t/09* timeouts as netbsd has *horribly* broken
          select/kevent that *usually* sleep >>0.6s instead of 0.3.
        - add constants EV::FLAG_NOSIGFD, EV::FLAG_NOINOTIFY and
          EV::BACKEND_ALL.
        - (libev) signalfd is no longer used by default.
	- (libev) backport inotify code to C89.
        - (libev) inotify file descriptors could leak into child processes.
        - (libev) ev_stat watchers could keep an errornous extra ref on the loop.
        - (libev) take advantage of inotify_init1, if available.
        - (libev) the signal handling pipe wasn't always initialised under windows.
        - changed minimum glibc requirement from glibc 2.9 to 2.7, for signalfd.
        - (libev) only replace ev_stat.prev when we detect an actual difference.
2010-03-16 22:16:09 +00:00

24 lines
667 B
Makefile

# $NetBSD: Makefile,v 1.4 2010/03/16 22:16:09 sno Exp $
#
DISTNAME= EV-3.9
PKGNAME= p5-${DISTNAME}
#PKGREVISION= 1
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"