1a856adff3
- Add following DEPENDS +DEPENDS+= p5-Canary-Stability-[0-9]*:../../devel/p5-Canary-Stability - Drop patch-libev_ev.c (seems to be fixed) - Add comment on patch (from cvs log) (upstream) - Update 4.18 to 4.21 ------------------- Changes marked with (libev) are changes in libev, and have more documentation in the libev Changes file. 4.21 Mon Jul 13 21:47:33 CEST 2015 - allow argument in timer->again. - document timer->remaining. - document default repeat value for timer->set. 4.20 Sat Jun 20 13:07:34 CEST 2015 - added stability canary support. - truly rely on automatic configuration for clock_gettime and others. unfortunately, this doesn't help with activeperl and similar perls, which define _POSIX_TIMERS without actually implementing any of it. - (libev, ecb) make it compile as C++ again. - (libev) fix a potential aliasing issue when accessing watcher cbs.
25 lines
779 B
Makefile
25 lines
779 B
Makefile
# $NetBSD: Makefile,v 1.19 2015/07/27 14:30:34 mef Exp $
|
|
|
|
DISTNAME= EV-4.21
|
|
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
|
|
DEPENDS+= p5-Canary-Stability-[0-9]*:../../devel/p5-Canary-Stability
|
|
|
|
MAKE_ENV+= PERL_MM_USE_DEFAULT=1
|
|
PERL5_PACKLIST= auto/EV/.packlist
|
|
|
|
OPSYSVARS+= MAKE_ENV
|
|
|
|
# Explicitly disable epoll and inotify on illumos, assumes Linux statfs.
|
|
MAKE_ENV.SunOS+= EV_EPOLL=0 EV_INOTIFY=0
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|