pkgsrc/devel/p5-EV/Makefile
adam d381ae5d81 Changes 4.03:
* do not avoid the clock_gettime call on GNU/Linux anymore, as EV
  links against -lpthread anyways - as a result, EV might now take
  advantage of fast userspace clock_gettime implementations,
  but also links against -lrt.
* (libev) lots of event port bug workarounds.
* (libev) officially support files in I/O watchers.
* (libev) new function ev_feed_signal.
* fix documentation parts still refering to the 3.x API.
2011-08-12 12:02:11 +00:00

22 lines
653 B
Makefile

# $NetBSD: Makefile,v 1.7 2011/08/12 12:02:11 adam Exp $
DISTNAME= EV-4.03
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"